Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么设置才能不清除注释? #2

Open
meihangbo opened this issue Sep 30, 2018 · 1 comment
Open

怎么设置才能不清除注释? #2

meihangbo opened this issue Sep 30, 2018 · 1 comment

Comments

@meihangbo
Copy link

原始代码:
/* row */
.row {
width: 100%;
height: 100%;
}

/* col-1 */
.col-1 {
width: 95px;
height: 100%;
float: left;
}

/* col-2 */
.col-2 {
margin: 40px 55px 40px 30px;
float: right;
}

想要的样子为:

/* row /
.row { width: 100%; height: 100%; }
/
col-1 /
.col-1 { width: 95px; height: 100%; float: left; }
/
col-2 */
.col-2 { margin: 40px 55px 40px 30px; float: right; }

怎么设置才能得到想要的结果,谢谢!

@bllhym
Copy link

bllhym commented May 8, 2019

设置属性为"CleanCSS.options": {"level":0},修改后记得重启vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants