DesignByOnyx
-
4/14/2010 12:35:54 AM
RE:Editing CSS Stylesheet in CMS
For starters, you can always upload CSS files to App_Themes/<SiteName>, and Kentico will automatically include it in the <head> section.
Reasons I like the web interface:
1) I really like the /*# categorization #*/ offered by the web interface. My style sheets are usually around 1000+ lines long, and the categories allow me to easily jump to different sections of my style sheet. This also forces me to be more organized with my style declarations.
2) As a front end developer, I have really improved my knowledge of all possible attributes and short-hand declarations by not relying on intellisense to show me all of my options. While I really like intellisense and admit that it is faster, I have become a better developer without it.
3) As already mentioned, being able to work on styles from any computer with a web browser has made life so simple for me.
|