Skip to content

Commit

Permalink
feat(style): Update style imports and exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 15, 2023
1 parent 6dbb64c commit 0eae90b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
@import 'tailwindcss/utilities';

@import './lib/base.css';
@import './lib/colors.css';
@import './lib/alpine.css';
@import './lib/form.css';
@import './lib/scrollbar.css';
2 changes: 1 addition & 1 deletion packages/style/main.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './lib/tailwind.js';
export * from './tailwind.js'

0 comments on commit 0eae90b

Please sign in to comment.