【发布时间】:2013-03-03 18:37:46
【问题描述】:
所以这是我拥有的 ul in haml
.content
.testing
.testing-ul2
%ul
%li
a
b
c
.testing-ul2
%ul
%li
d
e
f
• a b c
• d e f
我如何摆脱 sass 中的要点?
【问题讨论】:
-
你会如何在 css 中做到这一点?
-
没有使用过haml或sass,但我假设你需要
.testing li {list-style: none;}