Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 567 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 567 Bytes

preboot-sass

A port of Preboot 2 to SASS. Preboot by @mdo is a collection of LESS mixins and variables for quickly writing CSS.

Getting started

  • 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.