Skip to content

Commit

Permalink
remove imageset, not postcss6 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed Jun 20, 2017
1 parent 4cde6d6 commit d28403f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"postcss-custom-selectors": "^4.0.1",
"postcss-font-family-system-ui": "^2.0.1",
"postcss-font-variant": "^3.0.0",
"postcss-image-set": "^1.0.0",
"postcss-image-set-polyfill": "^0.3.5",
"postcss-import": "^10.0.0",
"postcss-media-minmax": "^3.0.0",
Expand Down
8 changes: 0 additions & 8 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ test('passes calc opts correctly', (t) => {
undo()
})

test('passes imageSet opts correctly', (t) => {
const undo = cssStandardsRewired.__set__('imageSet', (opts) => {
t.is(opts, 'test')
})
cssStandardsRewired({ imageSet: 'test' })
undo()
})

test('passes nesting opts correctly', (t) => {
const undo = cssStandardsRewired.__set__('nesting', (opts) => {
t.is(opts, 'test')
Expand Down

0 comments on commit d28403f

Please sign in to comment.