Posted - 11/08/2018 : 04:42:34
Hmm, as insight (Peter) said, the whole point behind LESS, SASS, SCSS files (full of designer comments) is that you can use a program like GULP to write a process that: > Imports a number of SCSS files in a specific order, then > Combines and exports the contents of all into ONE compressed (minified) CSS file, > Thus reducing file size and number of server CSS file requests, all of which helps to make your website load faster. ZURB Foundation use GULP SASS as a stock standard compiler tool. It is a more advanced website build process, but you soon come to grips with it and recognise that this is most definitely the way to go. You can watch a YouTube GULP demonstration video here >Gary
|