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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hi,
There is no _base.scss file anymore in this version of FoundationPress. I'm putting my custom styles in _hero.scss but I have to use !important way to often to make them have effect. Is there a better way? Thank you for your reply!
The text was updated successfully, but these errors were encountered:
You could also create your own scss/site/_custom.scss and then add @import "site/custom"; to scss/foundation.scss instead of editing the other files. (That does not change the override problem, though.)
The order of @import in scss/foundation.scss does matter to what you will be overriding. If you place custom at the bottom it will ovveride all above if you use a selector that is previously used.
Hi,
There is no _base.scss file anymore in this version of FoundationPress. I'm putting my custom styles in _hero.scss but I have to use !important way to often to make them have effect. Is there a better way? Thank you for your reply!
The text was updated successfully, but these errors were encountered: