We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a156bb commit 665e521Copy full SHA for 665e521
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [ 18 ]
+ node-version: [ 20 ]
14
steps:
15
- uses: actions/checkout@v3
16
- uses: pnpm/action-setup@v2
dist/index.cjs
dist/index.umd.cjs
src/index.ts
@@ -1,10 +1,9 @@
1
-
2
import { comment } from "postcss"
3
import generateShadows from "./generateShadows"
4
5
-import {version} from "../package.json";
+import { version } from "../package.json"
6
7
-import plugin from "tailwindcss/plugin";
+import plugin from "tailwindcss/plugin"
8
9
const { default: flattenColorPalette } = require("tailwindcss/lib/util/flattenColorPalette")
0 commit comments