mwlang / gentelella-rails

Injects the gentelella theme and javascript files into Rails assets pipeline
MIT License
155 stars 50 forks source link

SASS Sass::SyntaxError #18

Open jedistev opened 5 years ago

jedistev commented 5 years ago

Sass::SyntaxError appear on the error when i add Gentellia-Rails on the gem file, and the SASS files error appear on the screen

.secondary-text-color {
    color: $bgDefault !important;
}

.subtitle-font-size {

But when I remove the Gentellia-Rails on the Gem file and the error is no longer appear on the screen. is Gentellia-Rails SASS ready??

have found the issue as I am using @import Color.scss on the application.scss along with gentella-custom.scss, and few different imports scss, soi have to add @import color.scss on each scss, and it working but it should not happened.