Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimian/css-framework
A sass framework
https://github.com/rimian/css-framework
Last synced: about 1 month ago
JSON representation
A sass framework
- Host: GitHub
- URL: https://github.com/rimian/css-framework
- Owner: rimian
- License: other
- Created: 2011-01-22T01:09:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T06:14:10.000Z (about 9 years ago)
- Last Synced: 2024-05-02T00:08:19.702Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 176 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CSS Framework
===========================Authored by [@rimian](http://twitter.com/rimian) under GPL. Enjoy!
This is a basic 3 column framework built on sass. It's purpose is to reduce
the technical cost of CSS by removing the imposed duplication.By editing a few basic settings, this framework can be configured into various dimensions
and colour schemes using the default variables set in framework.scss.Sass
----------------------Sass is a ruby gem. It extends CSS to include variables, mixins and nested CSS.
This framework makes use of multiple inheritance through Sass mixins.For more information on sass: http://sass-lang.com/