Skip to content

Commit 9c58f15

Browse files
feat: DTCG format
1 parent 22041ec commit 9c58f15

File tree

129 files changed

+11538
-6296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+11538
-6296
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@
199199
]
200200
},
201201
"lint-staged": {
202-
"*.{js,jsx,ts,tsx}": [
202+
"*.{mjs}": [
203203
"npx eslint"
204204
],
205-
"*.scss": [
205+
"*.sass": [
206206
"npx stylelint"
207207
]
208208
},

styles/css/core/custom-media-breakpoints.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[object Promise]@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0rem);
1+
@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0rem);
22
@custom-media --pgn-size-breakpoint-max-width-xs (max-width: 576px);
33
@custom-media --pgn-size-breakpoint-min-width-sm (min-width: 576px);
44
@custom-media --pgn-size-breakpoint-max-width-sm (max-width: 768px);

styles/css/core/variables.css

Lines changed: 200 additions & 200 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)