mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Disable JIT mode for Tailwind
This commit is contained in:
parent
aa8ca8704f
commit
6e50f2a413
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
const colors = require('tailwindcss/colors')
|
const colors = require('tailwindcss/colors')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'jit',
|
|
||||||
corePlugins: {
|
corePlugins: {
|
||||||
float: false,
|
float: false,
|
||||||
tableLayout: false,
|
tableLayout: false,
|
||||||
|
|
Loading…
Reference in a new issue