mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00

Using Statiq processes for tailwind commands This reverts commit adb600c4301db4c0d9ce52cb6a4fe410db2baa17. This reverts commit ab83e41051d198b550898ff5be30062214779308.
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|