Normalize.css: Can provide sass version of it?

Created on 26 Nov 2016  路  2Comments  路  Source: necolas/normalize.css

Can provide sass version of it?

Most helpful comment

You can easily import normalize.css as if it were a regular Sass partial.

@import "../../node_modules/normalize.css/normalize";

All 2 comments

You can easily import normalize.css as if it were a regular Sass partial.

@import "../../node_modules/normalize.css/normalize";

Alternatively, there is a native Sass fork at JohnAlbin/normalize-scss

Was this page helpful?
0 / 5 - 0 ratings

Related issues

josephfusco picture josephfusco  路  6Comments

ntwb picture ntwb  路  3Comments

callumlocke picture callumlocke  路  6Comments

FDiskas picture FDiskas  路  3Comments

visicode picture visicode  路  7Comments