如何从scss转换为@sss

时间:2019-05-08 13:51:07

标签: css sass

我正在研究如何从SCSS编译为CSS,

我找不到编译它的方法;它无法正常工作。

我尝试将其添加到不起作用的背景和背景颜色中

.tag:hover {
    background-color: rgb(83,69,91);
    @include filter-gradient(#53455b, #201d22, vertical);
    @include background-image(linear-gradient(top,  rgba(83,69,91,1) 0%,rgba(32,29,34,1) 100%));

我所需要做的就是以CSS样式编写

2 个答案:

答案 0 :(得分:0)

我认为这会起作用。

对于多个背景!

internet.fill_in('js-emu-operation-search', :with => "Alternator Replacement")

答案 1 :(得分:0)

如果您是GUI用户,则可以尝试Scout App。它是一个很好的工具,在您的学习阶段特别有用。

一旦您对Sass的工作方式感到满意,就可以尝试使用Web Compiler Visual Studio扩展来自动将Sass文件编译为CSS(如果使用其他IDE,则可以类似)。