chore: sync tailwind config for web & super codebase

This commit is contained in:
Aman Harwara
2023-01-11 16:51:18 +05:30
parent afa1954de0
commit 2e7302e3c1
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
module.exports = {
presets: [require('../web/tailwind.config.js')],
// ...
}

View File

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