作者:廖蓉以 | 来源:互联网 | 2023-09-23 14:33
IamtryingtouseLESSCSStowritemyCSS.Ihaveimportedthestyle.lessandless.jsfileinthat
I am trying to use LESS CSS to write my CSS. I have imported the style.less and less.js file in that order.
我正在尝试使用LESS CSS来编写我的CSS。我按顺序导入了style.less和less.js文件。
Now i wanna extract the CSS that LESS generates.. is there any way i can do that ? i dont want to use the script to generate it dynamically in production. just for development.
现在我想提取LESS生成的CSS ..有什么方法可以做到吗?我不想使用脚本在生产中动态生成它。只是为了发展。
4 个解决方案