Skip to content

Commit

Permalink
try fix tailwind at rule unknown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stewest committed Sep 11, 2023
1 parent 2457b10 commit 587a549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparksi/frontend-tooling",
"packageManager": "[email protected]",
"version": "1.0.10",
"version": "1.0.11",
"description": "Sparks Interactive frontend-tooling. A central place for opens source packages and tools.",
"author": "Sparks Interactive <[email protected]>",
"scripts": {
Expand Down
7 changes: 1 addition & 6 deletions packages/stylelint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,13 @@ module.exports = {
ignoreFunctions: ['theme', 'list.append', 'svg-inline', 'svg-load'],
},
],
'at-rule-no-unknown': null,
'scss/at-rule-no-unknown': [
true,
{
ignoreAtRules: ['tailwind', 'font-face', 'screen', 'apply'],
},
],
'css/at-rule-no-unknown': [
true,
{
ignoreAtRules: ['tailwind', 'font-face', 'screen', 'apply'],
},
],
'at-rule-no-vendor-prefix': true,
'custom-property-empty-line-before': null,
'declaration-block-single-line-max-declarations': 1,
Expand Down

0 comments on commit 587a549

Please sign in to comment.