mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-12-14 12:31:14 +00:00
Add tailwind to project
This commit is contained in:
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss'),
|
||||
require('autoprefixer')
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user