diff --git a/README.md b/README.md index 37c6d79..f8ca008 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,11 @@ This is useful, for example, in prototyping. + [SASS-ZERO (Breadboard)](#sass-zero-breadboard) + [Wing](#wing) * [See also](#see-also) + + [Components](#components) * [License](#license) + ## Classless ### Almond.CSS @@ -654,6 +656,8 @@ This is useful, for example, in prototyping. [![yorha.png](thumbnail/yorha.png)](screenshot/yorha.png) + + ## Class-light These are frameworks that do not force you to apply their classes to many elements. @@ -789,10 +793,15 @@ A class-light variant of a CSS framework with classes. Made for Ruby on Rails. [![wing.png](thumbnail/wing.png)](screenshot/wing.png) + ## See also - [Drop-in switcher for previewing minimal CSS frameworks](https://github.com/dohliam/dropin-minimal-css) +### Components + +- [Float Label CSS](https://github.com/anydigital/float-label-css): a classless CSS-only implementation of the Float Label pattern + ## License diff --git a/README.md.njk b/README.md.njk index b5ace13..7cd2219 100644 --- a/README.md.njk +++ b/README.md.njk @@ -37,6 +37,7 @@ This is useful, for example, in prototyping. {% endfor %} {% endmacro %} + ## Classless {% for proj in projects %} @@ -45,6 +46,8 @@ This is useful, for example, in prototyping. {% endif %} {% endfor %} + + ## Class-light These are frameworks that do not force you to apply their classes to many elements. @@ -59,10 +62,15 @@ or offer optional classes to style your content—possibly both. {% endif %} {% endfor %} + ## See also - [Drop-in switcher for previewing minimal CSS frameworks](https://github.com/dohliam/dropin-minimal-css) +### Components + +- [Float Label CSS](https://github.com/anydigital/float-label-css): a classless CSS-only implementation of the Float Label pattern + ## License