chore: sync tailwind config for web & super codebase
This commit is contained in:
4
packages/blocks-editor/tailwind.config.js
Normal file
4
packages/blocks-editor/tailwind.config.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
module.exports = {
|
||||||
|
presets: [require('../web/tailwind.config.js')],
|
||||||
|
// ...
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
const plugin = require('tailwindcss/plugin')
|
const plugin = require('tailwindcss/plugin')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ['./src/javascripts/**/*.tsx', '../toast/src/**/*.tsx', '../blocks-editor/src/Editor/**/*'],
|
content: ['./src/javascripts/**/*.tsx', '../toast/src/**/*.tsx', '../blocks-editor/src/**/*'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
spacing: {
|
spacing: {
|
||||||
|
|||||||
Reference in New Issue
Block a user