16 lines
323 B
TypeScript
16 lines
323 B
TypeScript
import * as TW from "./twind/core.js";
|
|
import {presetAutoprefix, presetTailwind} from "./twind/presets.js"
|
|
const Configure =
|
|
{
|
|
theme: {},
|
|
presets: [presetAutoprefix(), presetTailwind()],
|
|
hash: false
|
|
} as TW.TwindUserConfig;
|
|
|
|
//console.log(TW.install(Configure));
|
|
|
|
|
|
|
|
import * as LOL from "react";
|
|
|
|
console.log(LOL.jsx) |