Skip to content

Commit a82cb2b

Browse files
author
James Kolce
committed
[fix: #9] Delete pe unit
1 parent d2372fb commit a82cb2b

File tree

4 files changed

+0
-56
lines changed

4 files changed

+0
-56
lines changed

lib/compile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = (file) => {
99
return postcss([
1010
require('postcss-lh'),
1111
require('postcss-pr'),
12-
require('postcss-pe'),
1312
require('postcss-custom-media'),
1413
require('postcss-media-minmax'),
1514
require('autoprefixer')

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"postcss-custom-media": "^5.0.1",
2020
"postcss-lh": "^1.1.0",
2121
"postcss-media-minmax": "^2.1.2",
22-
"postcss-pe": "^1.0.0",
2322
"postcss-pr": "^1.0.0"
2423
},
2524
"devDependencies": {

test/fixtures/pxToEm/pxToEm.css

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/fixtures/pxToEm/pxToEm.scss

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)