8 lines
No EOL
197 B
TypeScript
Executable file
8 lines
No EOL
197 B
TypeScript
Executable file
// tailwind.ts
|
|
import tailwindConfig from '../tailwind.config';
|
|
import { create } from 'twrnc';
|
|
|
|
// Create the customized `tw` function
|
|
const tw = create(tailwindConfig as any);
|
|
|
|
export default tw; |