[maps][xl] - working with swc equals to minify

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-07-05 14:32:57 -03:00
parent 9ee4376abf
commit 6e8d5cb091
14 changed files with 5810 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx,.stories.tsx}'],
theme: {
extend: {},
},