mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
11 lines
367 B
Plaintext
11 lines
367 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"comment-empty-line-before": null,
|
|
"no-descending-specificity": null,
|
|
"value-keyword-case": ["lower", {
|
|
"ignoreKeywords": ["/^BlinkMacSystemFont$/", "/^Roboto$/", "/^Oxygen-Sans$/", "/^Ubuntu$/", "/^Cantarell$/", "/^Helvetica Neue$/", "/^Consolas$/", "/^Menlo$/", "/^Courier$/"]
|
|
}]
|
|
}
|
|
}
|