Skip to content

Commit

Permalink
feat(scss): Re-enable stylelint-use-nesting plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Mar 17, 2024
1 parent a08eeab commit 7b1b1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurations/scss/_settings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
pluginAtRuleNoChildren,
pluginScss,
// pluginUseNesting, // No Stylelint v16 support
pluginUseNesting,
} from './plugins/_index.js';

export const base = {
Expand All @@ -18,5 +18,5 @@ export const base = {
export const parts = [
pluginAtRuleNoChildren,
pluginScss,
// pluginUseNesting, // No Stylelint v16 support
pluginUseNesting,
];

0 comments on commit 7b1b1a6

Please sign in to comment.