parent
16cd5624a6
commit
6b6fa8b7fe
|
|
@ -49,6 +49,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
|
|||
+ [Milligram](#milligram)
|
||||
+ [mini.css](#minicss)
|
||||
+ [Picnic CSS](#picnic-css)
|
||||
+ [SASS-ZERO (Breadboard)](#sass-zero-breadboard)
|
||||
+ [Wing](#wing)
|
||||
* [See also](#see-also)
|
||||
* [License](#license)
|
||||
|
|
@ -404,6 +405,14 @@ These are frameworks that do not force you to apply their classes to many elemen
|
|||
[](screenshot/picnic.png)
|
||||
|
||||
|
||||
### SASS-ZERO (Breadboard)
|
||||
|
||||
A class-light variant of a CSS framework with classes. Made for Ruby on Rails.
|
||||
|
||||
* [Repository](https://github.com/lazaronixon/sass-zero)     
|
||||
[](screenshot/sass-zero.png)
|
||||
|
||||
|
||||
### Wing
|
||||
|
||||
* [Repository](https://github.com/kbrsh/wing)     
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
-->
|
||||
|
||||
<main>
|
||||
<section id="content" container>
|
||||
<section id="content" container class="container">
|
||||
<article>
|
||||
<h1>Lorem ipsum dolor sit amet</h1>
|
||||
<h2>Element demos</h2>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue