Skip to content

Commit

Permalink
feat: add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Demidovich authored and muhammadsammy committed Aug 30, 2020
1 parent 2ffbdce commit 4f987ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/utils/baseTemplateString.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ export type TTailwind = (...args: TArg[]) => TTailwindString
export const classnames: TTailwind = classnamesLib as any
export const tw = classnames
export default tw
`;

0 comments on commit 4f987ec

Please sign in to comment.