mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-01-27 17:39:48 +01:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
|
export default {
|
||
|
plugins: {
|
||
|
'tailwindcss/nesting': {},
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
}
|