SloudhostPage/postcss.config.js
SloudPL df7dddae70
Some checks are pending
Release / release (push) Waiting to run
Test / Run tests (push) Waiting to run
Moved from GitHub
2025-03-19 12:13:58 +01:00

6 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}