1 Star 0 Fork 149

耗00子/ledge

forked from phodal/ledge 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.stylelintrc.json 585 Bytes
Copy Edit Raw Blame History
phodal authored 2020-04-07 09:32 . styles: add width to period table
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-scss"
],
"rules": {
"no-empty-source": null,
"selector-type-no-unknown": null,
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
"host"
]
}
],
"selector-pseudo-element-no-unknown": [
true,
{
"ignorePseudoElements": [
"ng-deep"
]
}
]
},
"ignore": [
"custom-elements",
"default-namespace"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mouse1/ledge.git
git@gitee.com:mouse1/ledge.git
mouse1
ledge
ledge
master

Search