I am learning scss and found this sample:
https://github.com/jasonsanjose/bourbon-example
When I try to change the app.scss file making the color of the button green it does not change from red:
@import "../bower_components/bourbon";
@import "partial";
* {
font-family: $helvetica;
}
button {
@include button(pill, green);
}
How can I run the index.html page successfully?
You need to compile the SASS file to CSS file to get it worked properly using Ruby..
If you don't wanna use Ruby then you need to download third party applications to compile the code for you..Here are some of the apps you can use:
CodeKit (Paid)
Mixture (Free)
http://mixture.io/
Prepros (Paid/Also available for one month trial)
https://prepros.io/