Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
import preset from "./ui-preset"
|
|
|
|
export default {
|
|
content: ["src/**/*.{vue,html}"],
|
|
presets: [preset],
|
|
}
|