You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid CSS after "...ckground-color:": expected pseudoclass or pseudoelement, was " primary_color{..."
(in /Users/Tyler/fieldharmony/app/assets/stylesheets/application.css)
(sass):10348
It doesn't like this part :
html background-color: primary_color{border-color:#2c3e50;color:#fff}
With curly braces and it would compile - but I get the issue where the only usable theme is A, and when data-theme="a" is applied to the content or page div - that's the only thing that will work for the entire page. You cannot change buttons, collapsible divs etc to other themes...
The text was updated successfully, but these errors were encountered:
Invalid CSS after "...ckground-color:": expected pseudoclass or pseudoelement, was " primary_color{..."
(in /Users/Tyler/fieldharmony/app/assets/stylesheets/application.css)
(sass):10348
It doesn't like this part :
html background-color: primary_color{border-color:#2c3e50;color:#fff}
Line 4120, 4136, 4152, 4168, 4184, 4200, 4216
All the ui-page-theme-a,b,c,d,e,f,g declarations.
I wrapped it like this:
html{background-color: primary_color{border-color:#2c3e50;color:#fff}}
With curly braces and it would compile - but I get the issue where the only usable theme is A, and when data-theme="a" is applied to the content or page div - that's the only thing that will work for the entire page. You cannot change buttons, collapsible divs etc to other themes...
The text was updated successfully, but these errors were encountered: