tonystar
4 days ago
committed by
D. Bohdan
Failed to extract signature
2 changed files with
17 additions and
0 deletions
-
README.md
-
README.md.njk
|
|
@ -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. |
|
|
[](screenshot/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. |
|
|
[](screenshot/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 |
|
|
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|