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