CSS files that don't end with .css

Posted by Yongho on Stack Overflow See other posts from Stack Overflow or by Yongho
Published on 2010-04-19T19:14:27Z Indexed on 2010/04/19 19:23 UTC
Read the original article Hit count: 394

Filed under:
|
|

Is there a disadvantage to using a dynamic Python file to generate the CSS for a webpage? I'd like computers with an administrator cookie to show special admin panel CSS, and show regular CSS for all other users. I'm planning to use:

<link rel="stylesheet" href="/css.py" type="text/css" />

© Stack Overflow or respective owner

Related posts about html

Related posts about css