I am using tri-pan skin. I see that Styles.css is generated thourgh flare everytime you build the project. I want to override my own styles.css which is generated by flare. How can i do that?
Styles.css is in /Skins/Default/Stylesheets/styles.css ( it's generated by flare) I want to do it my own way to skin Styles.css When i view the soucre here is the link in head section
<link rel="Stylesheet" href="Skins/Default/Stylesheets/Styles.css" /> When i build it, i see the Styles.css and modifying it. I published Styles.css it through FTP server and i can see my change. but when content is published thourgh flare my Styles.css is overwrite with new build by flare system. Is there any way i can keep my Styles.css and not override it.
Thanks