Skip to content

Commit e8b896c

Browse files
committed
Add stylelintrc
1 parent 21257b0 commit e8b896c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.stylelintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "stylelint-config-recommended-scss",
3+
"rules": {
4+
"font-family-no-missing-generic-family-keyword": null
5+
}
6+
}

0 commit comments

Comments
 (0)