gpt4 book ai didi

CSS 2 萨斯 : How do I change the output format of the generated SCSS?

转载 作者:太空宇宙 更新时间:2023-11-03 16:11:12 25 4
gpt4 key购买 nike

我想将 CSS 转换为 SCSS,如下所示:

.top {
margin-top: 1em;
margin-bottom: 1em;
nav {
background: #333;
}
ul {
padding: 0;
display: table-row;
}
li {
display: table-cell;
}
}

相反,我得到了这个:

.top {
margin-top: 1em;
margin-bottom: 1em;
nav {
background: #333; }
ul {
padding: 0;
display: table-row; }
li {
display: table-cell; } }

如何更改命令中的输出缩进:

sass-convert public/stylesheets/application.css public/stylesheets/application.scss

谢谢!

最佳答案

根据文档(并在命令行上检查“sass-convert -h”),从 css 到 scss(或 sass)时无法更改输出样式。

关于CSS 2 萨斯 : How do I change the output format of the generated SCSS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3191776/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com