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)
+ [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

8
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

Loading…
Cancel
Save