mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
91d0eb3e31
* Adding files to address issue 3014. * Fixing indentation in support/docs/default.css. * [ fix ] li needs to be a direct child of an lu node Cf. https://validator.w3.org/ * [ css ] prettier output TODO: add a common.css for these shared parts? * [ fix ] missing closing brace * [ lint ] alignment, whitespace --------- Co-authored-by: Guillaume Allais <guillaume.allais@ens-lyon.org>
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"selector-not-notation": "complex"
|
|
}
|
|
}
|