Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法用制表符而不是空格来输出 sass?
我知道有空格的经典论点,但我要求在签入源代码控制之前,我的所有 css 都需要用制表符缩进。
有任何想法吗?
正如 manishie (和他的链接)所提到的,没有内置的方法来改变输出的 CSS 的缩进方式。唯一的方法是通过一个单独的工具(如 Grunt)运行它,以“纠正”你认为合适的缩进。