Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 21, 2023
1 parent a11661c commit 84c1812
Show file tree
Hide file tree
Showing 4 changed files with 3,808 additions and 3,972 deletions.
11 changes: 0 additions & 11 deletions .stylelintrc

This file was deleted.

21 changes: 21 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"extends": [
"stylelint-config-twbs-bootstrap"
],
"overrides": [
{
"files": "**/*.scss",
"rules": {
"scss/selector-no-union-class-name": true
}
},
{
"files": "**/*.less",
"customSyntax": "postcss-less",
"rules": {
"function-no-unknown": null,
"import-notation": null
}
}
]
}
Loading

0 comments on commit 84c1812

Please sign in to comment.