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 5984808 commit 8a66917Copy full SHA for 8a66917
package.json
@@ -3,7 +3,7 @@
3
"version": "3.1.0",
4
"type": "module",
5
"scripts": {
6
- "bootstrap": "yarn install && composer install --no-interaction && node ./replace-string.cjs",
+ "bootstrap": "yarn install && composer install --no-interaction && node ./replace-string.cjs",
7
"dev": "vite",
8
"prebuild": "echo 'todo: remove console'",
9
"build": "vite build && node release/mv-manifest.cjs",
tailwind.config.cjs
@@ -1,6 +1,7 @@
1
/** @type {import('tailwindcss').Config} */
2
// eslint-disable-next-line no-undef
module.exports = {
+ important: true,
corePlugins: {
preflight: false,
},
0 commit comments