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 70227f8
Show file tree
Hide file tree
Showing 128 changed files with 11,535 additions and 6,294 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
400 changes: 200 additions & 200 deletions styles/css/core/variables.css

Large diffs are not rendered by default.

Loading

0 comments on commit 70227f8

Please sign in to comment.