加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.sass-lint.yml 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
chrisgarrity 提交于 2016-09-06 10:17 . Fixing Linter errors and styles
rules:
class-name-format: 0
no-color-literals: 2
final-newline: 2
force-element-nesting: 0
hex-notation: 2
indentation:
- 2
-
size: 4
leading-zero: 2
nesting-depth:
- 1
-
max-depth: 4
no-css-comments: 0
no-ids: 0
no-mergeable-selectors: 0
no-qualifying-elements:
- 1
-
- allow-element-with-attribute
no-transition-all: 0
property-sort-order:
- 2
-
order: concentric
quotes:
- 2
-
style: double
shorthand-values: 0
zero-unit: 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化