I created a new Aurora subtheme. I tried to uncomment line 18 in the _style-guide.scss partial.

@import 'compass-normalize';

This gave me an error:
error sass/style.scss (Line 18 of sass/partials/styleguide/_style-guide.scss: File to import not found or unreadable: compass-normalize.

This was strange because I had this in my load paths:
/Library/Ruby/Gems/1.8/gems/compass-normalize-1.4.3/stylesheets

I couldn't find any help by googling it so I finally went to the compass-normalize folder and read the README.md. It said:

To use the normalize plugin, just import and include normalize:
```scss
@import "normalize";
```

Using this import worked. So I think @import compass-normalize should be replaced with @import normalize.

Comments

Snugug’s picture

Status: Active » Closed (fixed)

Always remember to check for updates before creating a new subtheme. This was solved more than a month ago a a new gem has been available with this fix for a while.

jiv_e’s picture

Ok. Sorry! And thanks for the great theme!