Child for framework.css?
-
I made a child theme, but what I’m not understanding is how to get a child framework.css to work.
Anything I do to it doesn’t affect the site. But if I change the parent framework.css file, it does.
In my child framework.css, I’ve got
@import url("../blaskan/framework.css");at the beginning.I tried adding my @media changes to my style.css, but that would override all media sizes–meaning if I made a change to something that is for max 480px, it would effect all sizes. But if I made that change in the parent framework.css page, it would only effect that size.
How can I make changes to the different media without changing the parent framework.css? Or is that the only way to do it? I just seems like my child theme isn’t recognizing my framework.css
The topic ‘Child for framework.css?’ is closed to new replies.
