Skip to content

Releases: una/CSSgram

Nashville!

13 Nov 21:01
@una una
Compare
Choose a tag to compare
  • added :before pseudo element to base style
  • added Nashville filter

Testing, Testing, 1, 2, 3!

09 Nov 19:44
@una una
Compare
Choose a tag to compare

We now have a test page for trying out features! Thanks for your work @m1! See #87 for more information.

Additional changes:

  • Using a templating engine to serve the site and test page
  • Moved site css into an individual directory to not clutter source/ #89

This should make contribution much easier 🙌

Numero Uno

05 Nov 18:28
@una una
Compare
Choose a tag to compare

Available Classes

For use in HTML markup:

  • Aden: class="aden"
  • Reyes: class="reyes"
  • Perpetua: class="perpetua"
  • Inkwell: class="inkwell"
  • Toaster: class="toaster"
  • Walden: class="walden"
  • Hudson: class="hudson"
  • Gingham: class="gingham"
  • Mayfair: class="mayfair"
  • Lo-fi: class="lofi"
  • X-Pro II: class="xpro2"
  • 1977: class="_1977"
  • Brooklyn: class="brooklyn"

Available Extends

For use in Sass elements:

  • Aden: @extend %aden;
  • Reyes: @extend %reyes;
  • Perpetua: @extend %perpetua;
  • Inkwell: @extend %inkwell;
  • Toaster: @extend %toaster;
  • Walden: @extend %walden;
  • Hudson: @extend %hudson;
  • Gingham: @extend %gingham;
  • Mayfair: @extend %mayfair;
  • Lo-fi: @extend %lofi;
  • X-Pro II: @extend %xpro2;
  • 1977: @extend %_1977;
  • Brooklyn: @extend %brooklyn;