Skip to content

Commit

Permalink
#390 Card component refactoring (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Graczyk authored Sep 5, 2022
1 parent ebbb816 commit db02792
Show file tree
Hide file tree
Showing 9 changed files with 865 additions and 2,500 deletions.
6 changes: 4 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"extends": [
"stylelint-config-standard",
"stylelint-config-sass-guidelines",
"stylelint-config-prettier"
"stylelint-config-prettier",
"stylelint-config-concentric-order"
],
"rules": {
"max-nesting-depth": null,
"selector-class-pattern": null,
"no-descending-specificity": null
"no-descending-specificity": null,
"order/properties-alphabetical-order": null
}
}
Loading

0 comments on commit db02792

Please sign in to comment.