Skip to content

Commit 8a66917

Browse files
committed
feat: add important to tailwind config
1 parent 5984808 commit 8a66917

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.1.0",
44
"type": "module",
55
"scripts": {
6-
"bootstrap": "yarn install && composer install --no-interaction && node ./replace-string.cjs",
6+
"bootstrap": "yarn install && composer install --no-interaction && node ./replace-string.cjs",
77
"dev": "vite",
88
"prebuild": "echo 'todo: remove console'",
99
"build": "vite build && node release/mv-manifest.cjs",

tailwind.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('tailwindcss').Config} */
22
// eslint-disable-next-line no-undef
33
module.exports = {
4+
important: true,
45
corePlugins: {
56
preflight: false,
67
},

0 commit comments

Comments
 (0)