Skip to content

Commit

Permalink
fix(style): default module resolve for ui-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Sep 23, 2023
1 parent 7b17c84 commit bbb0a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/style/lib/tailwind.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {join, dirname} from 'node:path';
// import {join, dirname} from 'node:path';

import {colorTheme} from './colors.js';
import {elevationPlugin} from './elevation.js';
Expand All @@ -14,7 +14,7 @@ export const tailwindConfig: Config = {
content: [
'./res/*.html',
'./src/**/*.ts',
join(dirname(require.resolve('@alwatr/ui-kit')), '**/*.ts'),
// join(dirname(require.resolve('@alwatr/ui-kit')), '**/*.ts'),
],
darkMode: 'media',
theme: {
Expand Down

0 comments on commit bbb0a54

Please sign in to comment.