0.0.9 • Published 7 years ago

resp-sass v0.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

resp-sass

Making writing responsive sass easy.

Getting started :

Install the module

npm install resp-sass

Import _resp-mixin.scss

@import "node_modules/resp-sass/src/resp-mixin";

Use the set-resp-value mixin in your sass

.cat-img {
    @include set-resp-value((height,width),140px,180px,240px);
}

Modify the breakpoints in _resp-config.scss to your own liking

Default values are mobile-centric

Examples :

  1. clone repo
  2. npm run init
  3. open examples/index.html
  4. sad...responsive cat
  5. take a look at examples/app.scss & examples/_features.scss to figure out how it all works...
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago