mirror of
https://github.com/DIYgod/RSSHub-Radar.git
synced 2026-08-29 02:09:44 +08:00
10 lines
134 B
JavaScript
10 lines
134 B
JavaScript
/**
|
|
* @type {import('postcss').ProcessOptions}
|
|
*/
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|