refactor: merge blocks-editor package with web (#2217)

This commit is contained in:
Aman Harwara
2023-02-17 18:35:17 +05:30
committed by GitHub
parent 135956ce73
commit 7bf76b51c5
158 changed files with 95 additions and 668 deletions

View File

@@ -3,7 +3,7 @@
const plugin = require('tailwindcss/plugin')
module.exports = {
content: ['./src/javascripts/**/*.tsx', '../toast/src/**/*.tsx', '../blocks-editor/src/**/*'],
content: ['./src/javascripts/**/*.tsx', '../toast/src/**/*.tsx'],
theme: {
extend: {
spacing: {