Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 554 Bytes

SCSS responsive architecture

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

  1. Clone the repository
    git clone https://github.com/sorcamarian/scss-responsive-architecture.git

  2. Install node_modules
    npm install

  3. Test style compilation
    gulp or gulp default