feat: complete view for styles

This commit is contained in:
Danny Avila 2023-03-24 14:46:07 -04:00
parent 4f18a471b0
commit 83b88bd759
7 changed files with 239 additions and 37 deletions

View file

@ -45,6 +45,7 @@ module.exports = {
},
plugins: [
require('tailwindcss-animate'),
require("tailwindcss-radix")(),
// require('@tailwindcss/typography'),
]
};