mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-10 23:14:55 +00:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
}
|
||
|
}
|