Files
page-assist/postcss.config.js

9 lines
141 B
JavaScript
Raw Permalink Normal View History

2023-04-09 23:28:52 +05:30
/**
* @type {import('postcss').ProcessOptions}
*/
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}