Skip to content

Commit

Permalink
feat(style): add to default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Sep 23, 2023
1 parent ff9588f commit 56a8699
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/style/lib/tailwind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {colorTheme} from './colors.js';
import {elevationPlugin} from './elevation.js';
import {screenTheme} from './screen.js';
import {stateLayerPlugin} from './state-layer.js';
import {translucentPlugin} from './translucent.js';
import {typographyTheme} from './typography.js';
import {zIndexTheme} from './z-index.js';

Expand All @@ -24,8 +25,5 @@ export const tailwindConfig: Config = {
...screenTheme,
},
},
plugins: [
elevationPlugin,
stateLayerPlugin,
],
plugins: [elevationPlugin, stateLayerPlugin, translucentPlugin],
};

0 comments on commit 56a8699

Please sign in to comment.