suitcss / base

CSS base styles for web apps (a thin layer on top of normalize.css)
http://suitcss.github.io/base/test/
MIT License
194 stars 24 forks source link

Cannot find module index.css #16

Closed jkup closed 10 years ago

jkup commented 10 years ago

When I git clone the project and run the testing commands ( npm install; npm run build; npm run build-test ) I get this error:

error · Error: Cannot find module './index.css' from '/Users/jkuperman/htdocs/base/test'

If I change the import path in test/test.css to be '../index.css' instead of './index.css' it seems to work. Just not sure if that's the right move.

necolas commented 10 years ago

yeah this is because of a change in a dep in the preprocessor, i'll fix