Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich committed May 26, 2021
1 parent 85c96a5 commit 2654699
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/postcss-colormin/src/__tests__/index.js
Expand Up @@ -6,8 +6,10 @@ import {
import plugin from '..';

const { passthroughCSS, processCSS } = processCSSFactory(plugin);
const { processCSS: withDefaultPreset, passthroughCSS: passthroughDefault } =
processCSSWithPresetFactory('default');
const {
processCSS: withDefaultPreset,
passthroughCSS: passthroughDefault,
} = processCSSWithPresetFactory('default');

test(
'should minify lowercase color values',
Expand Down

0 comments on commit 2654699

Please sign in to comment.