Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a web project in asp.net. It contail app_Theme folder and theme files having the extensions *.css and *.skin. in all *.css file the font and colors are set as static. is it possible to pass a font value to *.css file or is it any method for dynamically change the values? Please give the valuable suggestions....
Posted

One option is .Less[^]. This is what CP also uses. See tweet [^]from Chris.

Another way is described in this article on CP[^].

Infact, there can be other implementations as well.
 
Share this answer
 
v2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900