Skip to content

Commit

Permalink
Merge pull request #158 from abusix/pla-1421-remove-scoped-build-from…
Browse files Browse the repository at this point in the history
…-hailstorm

Pla 1421 remove scoped build from hailstorm
  • Loading branch information
mnlfischer authored Oct 8, 2024
2 parents 7a70f03 + 6e0ef45 commit a32cbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
"lint:write": "eslint src --ext .ts,.tsx --fix",
"format:check": "prettier --check src",
"format:write": "prettier --write src",
"build": "npm run clean && npm run build:rollup && npm run build:tailwind:scoped",
"build": "npm run clean && npm run build:rollup && npm run build:tailwind",
"build:rollup": "NODE_ENV=production rollup -c",
"build:icons": "svgr -- assets/icons",
"build:storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
"build:tailwind": "NODE_ENV=production npx tailwindcss -o ./dist/styles/index.css --minify",
"build:tailwind:scoped": "NODE_ENV=production npx tailwindcss -i ./src/styles/styles.scoped.css -o ./dist/styles/hailstorm.scoped.css --postcss -m"
"build:tailwind": "NODE_ENV=production npx tailwindcss -o ./dist/styles/index.css --minify"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
Expand Down
62 changes: 0 additions & 62 deletions src/styles/styles.scoped.css

This file was deleted.

0 comments on commit a32cbb1

Please sign in to comment.