Closed mgan59 closed 10 years ago
I followed the install instructions here - http://bourbon.io/
and changed the top of uno.scss
to use
@import 'bourbon/bourbon';
and now it works. Want me to issue a pull-request?
Sorry for MIA, my machine died the other day and had to set everything up again. With the new machine I was running Maverick and found a sass --watch
issue that pertains to the this project. Please review the readme.md changes as I think it will help onboard others working with ghost-themes that are using sass/bourbon
I'm new to
sass
andbourbon
but have gem installedsass
andbourbon
and have a working Ghost development environment. I grabbed this theme and made the necessary adjustments I wanted. To build the sass I figured I'd just use the watch commandSo I though oh maybe I need to do something with bourbon so I looked at those docs and went into the
scss/
directory and ranwhich added a
bourbon/
folderI went back up to the
assets
folder and ran the command again to watch and same error.Not sure if this is the best place to ask, figured you might be able to shed some light on the issue and I was planning to update the readme with instructions on usage for those of us that are unfamiliar with Sass/Bourbon.
Cheers!