scss-responsive-architecture
v1.0.2
Published
Simple SCSS boilerplate framework for development of organized and scalable responsive designs.
Readme
Simple SCSS boilerplate framework for development of organized, automated, scalable and reusable responsive designs.
It is based on SCSS components. The component model is:
- own variables
- own mixins
- all screens
- only extra small screens
- only small screens
- only large screens
Installation
Clone the repository
git clone https://github.com/sorcamarian/scss-responsive-architecture.gitInstall node_modules
npm installTest style compilation
gulporgulp default
