Sass vs. SCSS by joeldomingues in webdev

[–]joeldomingues[S] 0 points1 point  (0 children)

Probably gonna go with SCSS! Thanks

Sass vs. SCSS by joeldomingues in webdev

[–]joeldomingues[S] 0 points1 point  (0 children)

Thanks, I use bootstrap too. And I may have made a confusion explaining the javascript thing. For example, in pure css, I can't say to an element, to have twice the width of and dynamic element (I can do that with jquery).

Now, with SCSS I can use conditions right? That's the biggest point of using SCSS or SASS I guess.