Skip to content

Commit

Permalink
styles(lint): update and improve lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 25, 2023
1 parent 06daeb1 commit 00da9a2
Show file tree
Hide file tree
Showing 17 changed files with 355 additions and 283 deletions.
10 changes: 7 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"extends": "stylelint-config-recommended-scss",
"extends": "stylelint-config-standard-scss",
"plugins": [
"stylelint-scss"
"stylelint-scss",
"stylelint-order"
],
"rules": {
"no-descending-specificity": null,
"scss/comment-no-empty": null
"number-max-precision": 12,
"custom-property-pattern": null,
"scss/comment-no-empty": null,
"order/properties-alphabetical-order": true
}
}
6 changes: 3 additions & 3 deletions _site/scss/styles.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@use "sass:meta";

/* ==================== */
/* == Vendors
/* ==================== */
// ====================
// == Vendors
// ====================
@layer sseeeedd {
@include meta.load-css("sseeeedd/src/sseeeedd");
}
Loading

0 comments on commit 00da9a2

Please sign in to comment.