Rename some files to .cjs, make the codebase aware of .cjs and .mjs extensions
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import {
|
||||
withOpacityValue,
|
||||
parseColorMatrix,
|
||||
} from '../colors';
|
||||
} from '../colors.cjs';
|
||||
|
||||
describe('withOpacityValue()', () => {
|
||||
it('returns a Tailwind color function with alpha support', () => {
|
||||
|
||||
Reference in New Issue
Block a user