JohnAlbin / normalize-scss

This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.
https://github.com/JohnAlbin/normalize-scss#latest-versions
MIT License
1.44k stars 254 forks source link

Can't compile without Compass #31

Closed ghost closed 10 years ago

ghost commented 10 years ago

Normalize can be used in a variety of project settings. Not all of them have Compass. Would it be possible to remove this requirement?

JohnAlbin commented 10 years ago

I've talked to Nicolas about adding a Sass version to the original normalize.css project and he says the CSS version is the Sass version. And he's right; all you need to do is add a couple variables to normalize.css and its a damn-good Sass version.

That discussion made me drop the idea of making Compass optional for this project. All of the features of this project now depend on Compass features. If you want a Sass-only version, you can use normalize.css or take a look at one of the other Normalize sass projects, like https://github.com/kristerkari/normalize.scss