Skip to content

Commit

Permalink
change import syntax for specificity so that jest likes it
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Warner authored and Michael Warner committed Sep 19, 2023
1 parent 1c346f4 commit 6b50e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import plugin from 'tailwindcss/plugin';
import specificity from 'specificity';
import * as specificity from 'specificity';
import { Specificity } from 'specificity/dist/types/types';

const BORDER_CUSTOM_VAR = '--tw-grid-inner-border-custom';
Expand Down

0 comments on commit 6b50e99

Please sign in to comment.