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
While developing an own add-on, which uses plonetheme.onegov as dependency, I figured out that in my add-on configure.zcml I need to put the "include" directive after the one for the additional css file, like:
Otherwise the reversed order described in here https://github.com/OneGov/plonetheme.onegov would include the plonetheme.onegov configuration above the custom.scss, therefore "appending" the custom.scss as last sass file to the plonetheme.onegov files. So the variables of e.g. resources/sass/variables.scss seems to have more weight than the ones of custom.scss and custom.scss would have no effect than. Seems it work's like the other way around than the CSS cascade here.
The text was updated successfully, but these errors were encountered:
While developing an own add-on, which uses plonetheme.onegov as dependency, I figured out that in my add-on configure.zcml I need to put the "include" directive after the one for the additional css file, like:
Otherwise the reversed order described in here https://github.com/OneGov/plonetheme.onegov would include the plonetheme.onegov configuration above the custom.scss, therefore "appending" the custom.scss as last sass file to the plonetheme.onegov files. So the variables of e.g. resources/sass/variables.scss seems to have more weight than the ones of custom.scss and custom.scss would have no effect than. Seems it work's like the other way around than the CSS cascade here.
The text was updated successfully, but these errors were encountered: