mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
export default {
|
|
plugins: {
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|