mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
4138f9707a
Migrate history versions list to Bootstrap 5 GitOrigin-RevId: 4e006ad353cb11eadaefb2df41d2b8591003c664
10 lines
317 B
JSON
10 lines
317 B
JSON
{
|
|
"extends": ["stylelint-config-standard-scss"],
|
|
"rules": {
|
|
"function-url-quotes": null,
|
|
"no-descending-specificity": null,
|
|
"scss/at-extend-no-missing-placeholder": null,
|
|
"scss/operator-no-newline-after": null,
|
|
"property-no-vendor-prefix": [true, { "ignoreProperties": ["mask-image"] }]
|
|
}
|
|
}
|