gpt4 book ai didi

css - 格式化 CSS 文件(压缩/解压缩)

转载 作者:可可西里 更新时间:2023-11-01 10:01:53 26 4
gpt4 key购买 nike

我想格式化我的 web 元素中使用的 css 文件。

格式化的意思是:压缩/解压CSS文件

示例:

*{margin:0;padding:0;}body{min-height:101%;font:69%/141% Arial,Helvetica,sans-serif;color:#2d3742;}

到:

* {
margin: 0;
padding: 0;
}
body {
min-height: 101%;
font: 69%/141% Arial,Helvetica,sans-serif;
color: #2d3742;
text-align: center;
background: #fff url('../gfx/bgs/bg-body.gif') repeat-x;
}

使用我在家使用的 TextMate 可以很容易地做到这一点。但是我怎样才能用 Visual Studio 做到这一点?(找不到那个功能)或者如果没有办法用 VS 做到这一点,是否有任何你知道的提供这个功能的 Windows 程序?

非常感谢。

最佳答案

您可以使用 CSS Compressor 快速在线压缩这些文件.并使用 another solution 中提供的答案修复压缩: ctrl+k+d.

关于css - 格式化 CSS 文件(压缩/解压缩),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2276093/

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