gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Import of local CSS file does not work #246

Closed leolux closed 8 years ago

leolux commented 8 years ago

None of the following import statements work:

@import 'style.css';
@import url('style.css');
@import url(style.css);

Only the import of an external css file works:

@import url(http://domain.com/style.css);

How to import a local css file?

sindresorhus commented 8 years ago

Compass support questions are better asked on Stack Overflow.