Skip to content

Commit 743f6f4

Browse files
committed
fix: mix not cjs and mjs
1 parent 49e6aed commit 743f6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const normalizeValues = (config) => Object.fromEntries(
55
Object.entries(flatten(config, { delimiter: '-', maxDepth: 2 })).sort(([a], [b]) => a === 'DEFAULT' ? -1 : 1)
66
)
77

8-
module.exports = plugin(({ matchUtilities, theme }) => {
8+
export default plugin(({ matchUtilities, theme }) => {
99
matchUtilities(
1010
{ 'text-fill': (value) => ({ '-webkit-text-fill-color': value }) },
1111
{ values: normalizeValues(theme('textFillColor', theme('borderColor'))), type: ['color'] },

0 commit comments

Comments
 (0)