Files
StableStudio1/packages/stablestudio-ui/postcss.config.cjs
StableStudio a65d4877ad Initial commit
2023-05-12 10:36:19 -05:00

10 lines
285 B
JavaScript

// This project includes code from `caniuse-lite` by Ben Briggs, available under a CC BY 4.0 license.
// The original work can be found at the repository: https://github.com/browserslist/caniuse-lite.
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};