diff --git a/README.md b/README.md index 80d8071..ab1dca5 100644 --- a/README.md +++ b/README.md @@ -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 [![picnic.png](thumbnail/picnic.png)](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) ![GitHub stars](https://img.shields.io/github/stars/lazaronixon/sass-zero?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/lazaronixon/sass-zero?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/lazaronixon/sass-zero?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/lazaronixon/sass-zero?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/lazaronixon/sass-zero?style=flat-square) +[![sass-zero.png](thumbnail/sass-zero.png)](screenshot/sass-zero.png) + + ### Wing * [Repository](https://github.com/kbrsh/wing) ![GitHub stars](https://img.shields.io/github/stars/kbrsh/wing?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/kbrsh/wing?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/kbrsh/wing?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/kbrsh/wing?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/kbrsh/wing?style=flat-square) diff --git a/screenshot-page.html b/screenshot-page.html index 198ba90..0937310 100644 --- a/screenshot-page.html +++ b/screenshot-page.html @@ -18,7 +18,7 @@ -->
-
+

Lorem ipsum dolor sit amet

Element demos

diff --git a/screenshot/sass-zero.png b/screenshot/sass-zero.png new file mode 100644 index 0000000..f8a27e3 Binary files /dev/null and b/screenshot/sass-zero.png differ diff --git a/thumbnail/sass-zero.png b/thumbnail/sass-zero.png new file mode 100644 index 0000000..e2fec8d Binary files /dev/null and b/thumbnail/sass-zero.png differ