Sass Boilerplate v1.1.1

What we provide to you ?
7-1 folder structure
Proper architecture and style organization is crucial to developing well-developed stylesheets - we promote modular, flexible, and scalable component styles
pre built scss grid
Built using a functional CSS approach which means you get exactly what you ask for without any hidden surprises. The resulting file size is far smaller than a traditional column grid
bunch of reusable mixin
One of the most powerful features of the CSS preprocessor Sass is the mixin, an abstraction of a common pattern into a semantic and reusable chunk
auto css prefixer and minifier
Some CSS rules need weird "vendor prefixes" to work in certain browsers. Our boilerplate adds these prefixes to CSS rules automatically and minify CSS.
sass watcher
The sass watcher literally tells Sass to watch your project for changes. It’s what converts your Sass files into CSS and auto-compiles your Sass every time it changes.
Handy npm scripts
NPM scripts are, well, scripts. We use scripts to automate repetitive tasks. Sass boilerplate have some most used npm script like sass--watch , minify and build just for you.
Introduction to v1.0.0
What's new?
- 7-1 Architecture
- Flexbox Grid
- Ready to use mixins for DRY coding
- Set of linear icon to use
- More is coming...