Skip to content

Commit 70227f8

Browse files
feat: DTCG format
1 parent 22041ec commit 70227f8

File tree

128 files changed

+11535
-6294
lines changed

Some content is hidden

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

128 files changed

+11535
-6294
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/variables.css

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

0 commit comments

Comments
 (0)