Skip to content

Commit

Permalink
feat: DTCG format
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Aug 20, 2024
1 parent 22041ec commit 9c58f15
Show file tree
Hide file tree
Showing 129 changed files with 11,538 additions and 6,296 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@
]
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"*.{mjs}": [
"npx eslint"
],
"*.scss": [
"*.sass": [
"npx stylelint"
]
},
Expand Down
2 changes: 1 addition & 1 deletion styles/css/core/custom-media-breakpoints.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[object Promise]@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0rem);
@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0rem);
@custom-media --pgn-size-breakpoint-max-width-xs (max-width: 576px);
@custom-media --pgn-size-breakpoint-min-width-sm (min-width: 576px);
@custom-media --pgn-size-breakpoint-max-width-sm (max-width: 768px);
Expand Down
400 changes: 200 additions & 200 deletions styles/css/core/variables.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9c58f15

Please sign in to comment.