Is it normal for EE to ignore {if} tags in a CSS template? The brackets and everything are showing up in the CSS code that my page is reading.
It would be really helpful for me to be able to have different CSS statements depending on the URL segments, and I would prefer not to make multiple CSS files for a few padding differences.
Thank you for your help!
—
UPDATE: Sorry to waste everyone’s time. I just found this:
“Pages that are linked through the stylesheet tag will not be parsed as normal Templates. ExpressionEngine Tags and PHP inside the Template will not be parsed. The Template will be sent exactly as it is stored. This means that your CSS files will be much more light-weight as they do not require the use of ExpressionEngine’s template parser.”