diff --git a/package.json b/package.json index b545a6c..ddd66cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sparksi/frontend-tooling", "packageManager": "pnpm@8.6.8", - "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 ", "scripts": { diff --git a/packages/stylelint/index.js b/packages/stylelint/index.js index 05dbdfa..dfd5cad 100644 --- a/packages/stylelint/index.js +++ b/packages/stylelint/index.js @@ -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,