Skip to content

Commit

Permalink
TASK: Allow nested import in scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Jan 31, 2023
1 parent ce0d7e7 commit b2aa6f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "stylelint-config-recommended-scss",
"rules": {
"no-descending-specificity": null
"no-descending-specificity": null,
"no-invalid-position-at-import-rule": null
}
}

0 comments on commit b2aa6f2

Please sign in to comment.