Open sszdh opened 7 years ago
Hi,
I want to use vendor UI kits (such as bootstrap for example). So, How can I concatenate those libs' css files into main style.css like concatJs option?
bootstrap
style.css
concatJs
P.S. I know I can use import command in less files for this!
import
Thanks.
Hi,
I want to use vendor UI kits (such as
bootstrap
for example). So, How can I concatenate those libs' css files into mainstyle.css
likeconcatJs
option?P.S. I know I can use
import
command in less files for this!Thanks.