mirror of
https://github.com/teableio/teable.git
synced 2026-01-14 17:34:15 +08:00
11 lines
205 B
JavaScript
11 lines
205 B
JavaScript
/**
|
|
* Notably for storybook & independent releases
|
|
* @link https://storybook.js.org/addons/@storybook/addon-postcss
|
|
*/
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|