mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
Add tailwindcss
This commit is contained in:
18
stylelint.config.js
Normal file
18
stylelint.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
"at-rule-no-unknown": [
|
||||
true,
|
||||
{
|
||||
ignoreAtRules: [
|
||||
"tailwind",
|
||||
"apply",
|
||||
"variants",
|
||||
"responsive",
|
||||
"screen",
|
||||
],
|
||||
},
|
||||
],
|
||||
"declaration-block-trailing-semicolon": null,
|
||||
"no-descending-specificity": null,
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user