2.1.0 • Published 7 years ago

generator-scssfold v2.1.0

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

GENERATOR-SCSSFOLD

Yeoman generator which scaffolds your SCSS files.

INSTALLIATION & USE

Install it globally via npm:

npm i -g generator-scssfold  

and then use it like any other yeoman generator:

yo scssfold

WHATS INSIDE

bootstrap/
├── __bootstrap.scss
├── _mixins.scss
└── _variables.scss
components/
└── __components.scss
helpers/
└── __helpers.scss
layout/
├── __layout.scss
├── _base.scss
├── _footer.scss
└── _header.scss
scenes/
├── __scenes.scss
├── _profile.scss
├── _search.scss
└── _sign-in.scss
styles.scss

bootstrap/

Bootstrap 4 source imports, variables and mixins overrides

components/

Styles per component

helpers/

Helper styles

layout/

Styles for base layout blocks

scenes/

Styles per page

2.1.0

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

1.2.0

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.0

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.0

8 years ago