Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathos/Sass-Boilerplate
A Sass file full of helpers for use in your design projects. Based on "Less Boilerplate".
https://github.com/nathos/Sass-Boilerplate
Last synced: 6 days ago
JSON representation
A Sass file full of helpers for use in your design projects. Based on "Less Boilerplate".
- Host: GitHub
- URL: https://github.com/nathos/Sass-Boilerplate
- Owner: nathos
- Fork: true (mgeraci/Less-Boilerplate)
- Created: 2011-04-22T20:28:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-22T21:24:09.000Z (over 13 years ago)
- Last Synced: 2024-06-10T07:33:35.197Z (5 months ago)
- Homepage:
- Size: 341 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Sass Boilerplate
=============================Boilerplate CSS written in [Sass](http://sass-lang.com/), an extension of CSS3. It includes:
- CSS Reset
- CSS3 Helpers (box radius, gradients, box shadow, transition)
- Centered column blocks
- Horizontal centering for objects of variable width
- A fancy call to action button
- A few general styles and sensible defaults (including a clearfix)Sass Boilerplate is a fork/conversion of [Less Boilerplate](https://github.com/mgeraci/Less-Boilerplate).
From mgeraci's original README: "I went through my recent design projects and pulled out these styles that I use all the time to create an easy-to-import stylesheet. They help me get a new design started, and I hope they help you too!"
Demo
---------
Coming soon.Usage
--------
Include this file in at the top of your Sass/SCSS stylesheet:@import 'boilerplate';
Enjoy!