Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Order of loading css Reply To: Order of loading css

#191630
Westin
Participant

Thanks for your reply. I know of sass/compass, started playing with it. Would it be possible, though, to convert the existing code into sass at this stage? or does it only make sense when you start a new project?

Sass is essentially an extension of CSS that gives you conditionals, functions, variables, ect. In other words, you can take any existing CSS code, throw it into an .scss file and it will work with no problem.

Since you only have about 500 lines of css uncompressed, it should not take too long to implement sass into your existing code if you wanted to. Technically, you don’t have to touch your current CSS to implement sass, so that is up to you.

I personally would go ahead and implement sass into my current code.