mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-03 10:41:25 -06:00
11 lines
180 B
JavaScript
11 lines
180 B
JavaScript
/**
|
|
* @type {import('postcss').ProcessOptions}
|
|
*/
|
|
module.exports = {
|
|
plugins: {
|
|
"tailwindcss/nesting": "postcss-nesting",
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|