Preparing Existing CSS for Use with SCSS / Compass

I am new to SASS and Compass. I want to know how pragmatic it is to use them when modifying (strongly) existing CSS templates. If so, is there any markup that I can apply to existing CSS files to make them compatible with SASS / Compass?

Thank!

+3
source share
1 answer

You must remember that valid css can be used without changes to the .sass files, which means that you can make your existing styles into sass files and optimize according to your schedule!

I would suggest converting duplicate values ​​to variables first than moving them to replacing repeating code with mixins, etc.

( , ), . ( .. ) , . , , , .

- , , Visual Studio, WebWorkbench, sass- > css.

+5

All Articles