We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8004917 commit 2fb33eeCopy full SHA for 2fb33ee
src/corePlugins.js
@@ -17,7 +17,7 @@ import {
17
transformAllClasses,
18
transformLastClasses,
19
} from './util/pluginUtils'
20
-import packageJson from '../package.json'
+import { version as tailwindVersion } from '../package.json'
21
import log from './util/log'
22
23
export default {
@@ -361,7 +361,7 @@ export default {
361
362
addBase([
363
postcss.comment({
364
- text: `! tailwindcss v${packageJson.version} | MIT License | https://tailwindcss.com`,
+ text: `! tailwindcss v${tailwindVersion} | MIT License | https://tailwindcss.com`,
365
}),
366
...preflightStyles.nodes,
367
])
0 commit comments