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