gentelella-rails
gentelella-rails copied to clipboard
SASS Sass::SyntaxError
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.