mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 01:21:07 +00:00
add import rule override for styles
This commit is contained in:
parent
6f27b5fd2e
commit
54b8d2c3f3
1 changed files with 9 additions and 1 deletions
|
@ -18,5 +18,13 @@ module.exports = {
|
||||||
"declaration-block-no-redundant-longhand-properties": null,
|
"declaration-block-no-redundant-longhand-properties": null,
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"alpha-value-notation": null
|
"alpha-value-notation": null
|
||||||
}
|
},
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": [ "../**/themes/bookwyrm-*.scss" ],
|
||||||
|
"rules": {
|
||||||
|
"no-invalid-position-at-import-rule": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue