Skip to content

Commit 74fcf3a

Browse files
Merge remote-tracking branch 'template/main' into update-from-template
2 parents 74bd141 + 5f44a9d commit 74fcf3a

7 files changed

Lines changed: 15593 additions & 8767 deletions

File tree

.stylelintrc.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
extends: [
55
'stylelint-config-recommended',
66
'stylelint-config-sass-guidelines',
7-
'stylelint-config-tailwindcss/scss',
7+
'@dreamsicle.io/stylelint-config-tailwindcss',
88
],
99
overrides: [
1010
{
@@ -29,7 +29,18 @@ module.exports = {
2929
'scss/at-rule-no-unknown': [
3030
true,
3131
{
32-
ignoreAtRules: ['tailwind', 'apply', 'layer', 'screen', 'variants'],
32+
ignoreAtRules: [
33+
'tailwind',
34+
'apply',
35+
'layer',
36+
'screen',
37+
'variants',
38+
'config',
39+
'theme',
40+
'plugin',
41+
'source',
42+
'custom-variant',
43+
],
3344
},
3445
],
3546
'selector-max-compound-selectors': 4,

0 commit comments

Comments
 (0)