I like to keep my styles in the theme. It would be nice if there was an option to configure this module to just load a configurable CSS file from the theme. What do you think?
I like to keep my styles in the theme. It would be nice if there was an option to configure this module to just load a configurable CSS file from the theme. What do you think?
Comments
Comment #1
blackice2999 commentedHi,
if you want to load a special css file you dont need this module. You can load the css3pie lib directly in your css file... but you can use the theme.info configuration way if you dont want to load the css3pie library manually.
Comment #2
joelstein commentedThanks. What do you mean by the "theme.info" way?
Comment #3
iler commentedYou can define in your themes .info file the selectors like this:
Comment #4
joelstein commentedThat's fantastic! Thanks. However, I did not see mention of this feature in the README file, on the project homepage, or even on the module settings page. You might consider writing about this feature somewhere so others can find it.
Comment #5
iler commentedNoticed that myself too. Will fix that.
Comment #6
blackice2999 commentedalready done but forget to push.
Comment #7
joelstein commentedGreat, thanks! You might also mention that after you add those selectors to the .info file, you have to clear your theme registry, and then configure CSS3PIE to use the theme file. I'm guessing most people won't realize those last steps are necessary.