Skip to content

Commit

Permalink
Improve: Move mode variables to Master CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jun 16, 2024
1 parent ee1eace commit b30e907
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 470 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"postinstall": "pnpm dlx husky install",
"build": "pnpm --filter \"./packages/*\" build",
"dev": "pnpm --filter \"./packages/*\" dev",
"test": "pnpm --filter \"./packages/*\" --parallel test",
"e2e": "pnpm --filter \"./packages/*\" --parallel e2e",
"lint": "pnpm --filter \"./packages/*\" --parallel lint",
"check:type": "pnpm --filter \"./packages/*\" --parallel type-check",
"check:commit": "commitlint --from=HEAD~1 --verbose"
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"scripts": {
"build": "techor build \"src/**/*.ts\"",
"dev": "pnpm build --watch",
"test": "jest",
"lint": "eslint src",
"check:type": "tsc --noEmit"
},
Expand Down
20 changes: 0 additions & 20 deletions packages/core/src/hue.ts

This file was deleted.

Loading

0 comments on commit b30e907

Please sign in to comment.