Skip to content

Commit

Permalink
chore: remove tailwind from dm-core
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Jun 2, 2024
1 parent 72065a7 commit 12fee17
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
1 change: 0 additions & 1 deletion example/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
content: [
'./index.html',
'./src/**/*.{ts,js,tsx,jsx}',
'../packages/dm-core/src/**/*.{ts,js,tsx,jsx}',
'../packages/dm-core-plugins/src/**/*.{ts,js,tsx,jsx}',
],
theme: {
Expand Down
5 changes: 1 addition & 4 deletions packages/dm-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
"autoprefixer": "^10.4.16",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"postcss": "^8.4.31",
"shx": " 0.3.4",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.3.1",
"typescript": "^5.1.6"
Expand All @@ -56,8 +54,7 @@
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "shx rm -rf dist",
"build:css": "npx tailwindcss -i ./src/styles/base.css -o ./dist/main.css --minify",
"build": "tsc && yarn build:css",
"build": "tsc",
"test": "jest test"
}
}
3 changes: 0 additions & 3 deletions packages/dm-core/src/styles/base.css

This file was deleted.

19 changes: 0 additions & 19 deletions packages/dm-core/tailwind.config.ts

This file was deleted.

0 comments on commit 12fee17

Please sign in to comment.