简体   繁体   English

如何将CSS编译为CSS?

[英]How to compile scss to css?

I know to install sass using npm and compile to css but it is very complicated.is there any easy way to compile scss to css ? 我知道使用npm安装sass并编译为css,但这非常复杂。是否有任何简单的方法可以将scss编译为css

I want to compile scss to css without any cli. 我想在没有任何CLI的情况下将CSS编译为CSS。

Yes, it is very easy... dont use any cli use compilers. 是的,这非常容易...不要使用任何cli use编译器。 use compiler 使用编译器

You can also try 您也可以尝试

https://sass2css.herokuapp.com/ or https://www.sassmeister.com/ https://sass2css.herokuapp.com/https://www.sassmeister.com/

This will complile entire scss to css 这将使整个scss到CSS

you can use online 你可以在线使用

Linke to : sass meiseter https://sassmeister.com 链接至:sass meiseter https://sassmeister.com

use this online compiler to compile online: 使用此在线编译器在线编译:

https://www.cssportal.com/scss-to-css/ https://www.cssportal.com/scss-to-css/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM