This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Okay I have these 2 files style.css (under contents) and style.scss (under saas ). I will apply all changes that are made in style.css file to style.scss. So my question is whether i can compile my project using scss styles rather than style.css file. Suppose i have this in style.css
and this in style.scss
How to compile using SCSS style sheet. and then is it possible that i will get the same desired style on my page if i COMMENTED ALL THE STYLES in style.css and compile using scss |
|
|
Saving the .scss file will cause it to be compiled (replace the .css with a compiled version) unless you have either turned off compilation in the global settings (under Tools/Options/Web Workbench) or in the project settings (right click on project and select Web Workbench settings, checkbox for turning compilation on or off).
|
|