mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 06:28:37 +00:00
* fix(transform): Support aliases that are longer than one character * feat(shadcn): update handling of aliases * chore: add changeset --------- Co-authored-by: shadcn <m@shadcn.com>
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|