Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.18 KB

Simplicity is the ultimate sophistication.
~ Leonardo Da Vinci

SP-Sass

A module starting point for Sass. A wired-up file and directory structure with the essentials (reset, base typography, and other generics) for quickly starting new projects.

Essentially a simple yet effective home-grown Sass boilerplate.

Reasoning

  • Organization
  • Directory structure
  • Base styles
  • Speedy start with minimal bloat (animation and syntax highlihghting directories are the only potential "bloated" aspects, though they're not imported by default)

Usage

  • Clone: gti clone [email protected]:igregson/sp-sass.git
  • All files are imported into main.scss. Rename if you'd like
  • Compile and enjoy (autoprefixer necessary)

Notes

  • Supports Libsass and Ruby Sass
  • Most files are in .sass syntax (personal preference) but some in .scss as a workaround to issues I've experienced with some compilers
  • Syntax highlighting directory are for Highlight.js - comment/uncomment to toggle
  • However you compile, it's important to use Autoprefixer (Prepos is a free compiler GUI with autoprefixer support)