teableio_teable/packages/ui-lib/postcss.config.js
2022-11-01 17:36:07 +08:00

11 lines
205 B
JavaScript

/**
* Notably for storybook & independent releases
* @link https://storybook.js.org/addons/@storybook/addon-postcss
*/
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};