Browse Source

See also: add Float Label CSS

dev
tonystar 4 days ago
committed by D. Bohdan
parent
commit
be7d6c5351
Failed to extract signature
  1. 9
      README.md
  2. 8
      README.md.njk

9
README.md

@ -64,9 +64,11 @@ This is useful, for example, in prototyping.
+ [SASS-ZERO (Breadboard)](#sass-zero-breadboard) + [SASS-ZERO (Breadboard)](#sass-zero-breadboard)
+ [Wing](#wing) + [Wing](#wing)
* [See also](#see-also) * [See also](#see-also)
+ [Components](#components)
* [License](#license) * [License](#license)
## Classless ## Classless
### Almond.CSS ### Almond.CSS
@ -654,6 +656,8 @@ This is useful, for example, in prototyping.
[![yorha.png](thumbnail/yorha.png)](screenshot/yorha.png) [![yorha.png](thumbnail/yorha.png)](screenshot/yorha.png)
## Class-light ## Class-light
These are frameworks that do not force you to apply their classes to many elements. 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) [![wing.png](thumbnail/wing.png)](screenshot/wing.png)
## See also ## See also
- [Drop-in switcher for previewing minimal CSS frameworks](https://github.com/dohliam/dropin-minimal-css) - [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 ## License

8
README.md.njk

@ -37,6 +37,7 @@ This is useful, for example, in prototyping.
{% endfor %} {% endfor %}
{% endmacro %} {% endmacro %}
## Classless ## Classless
{% for proj in projects %} {% for proj in projects %}
@ -45,6 +46,8 @@ This is useful, for example, in prototyping.
{% endif %} {% endif %}
{% endfor %} {% endfor %}
## Class-light ## Class-light
These are frameworks that do not force you to apply their classes to many elements. 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 %} {% endif %}
{% endfor %} {% endfor %}
## See also ## See also
- [Drop-in switcher for previewing minimal CSS frameworks](https://github.com/dohliam/dropin-minimal-css) - [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 ## License

Loading…
Cancel
Save