Answer the question
In order to leave comments, you need to log in
How to combine only the necessary css files into one file?
To automate the build of the frontend, I use Gulp.JS.
For layout I use SSS:
<!-- index.html -->
<link rel="stylesheet" type="text/css" href="css/layout.css">
<link rel="stylesheet" type="text/css" href="css/icons.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<!-- index.html -->
<link rel="stylesheet" type="text/css" href="css/index.css">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question