A port of Preboot 2 to SASS. Preboot by @mdo is a collection of LESS mixins and variables for quickly writing CSS.
- Create a new SASS file (e.g., application.scss)
- Include Preboot via @import: "preboot"
- Start writing your own SASS-flavored CSS
@mdo highly recommends using Preboot in conjunction with Normalize, a powerful tool for more consistent rendering of web components across various browsers and devices.