🔧 config: tailwind purge path

:%s
This commit is contained in:
lytrankieio123 2021-08-20 09:36:44 +07:00
parent d3c94cfb79
commit d8ec1fa717

View File

@ -7,6 +7,7 @@ module.exports = {
content: [ content: [
'./pages/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}',
'./src/components/**/*.{js,ts,jsx,tsx}',
], ],
options: { options: {
safelist: { safelist: {