mkdocs-material/src/assets/stylesheets/base/.stylelintrc

8 lines
134 B
Plaintext
Raw Normal View History

2017-01-01 17:59:44 +03:00
{
"extends": "../../../../.stylelintrc",
"rules": {
"font-weight-notation": null,
"property-no-vendor-prefix": null
}
}