mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
|
export default {
|
||
|
plugins: {
|
||
|
'tailwindcss/nesting': {},
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
}
|