Skip to content

Commit 80cbb26

Browse files
author
James Kolce
committed
[fix: #11] Rename to concisecss and Delete pr unit
1 parent a82cb2b commit 80cbb26

File tree

5 files changed

+4
-48
lines changed

5 files changed

+4
-48
lines changed

lib/compile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = (file) => {
88

99
return postcss([
1010
require('postcss-lh'),
11-
require('postcss-pr'),
1211
require('postcss-custom-media'),
1312
require('postcss-media-minmax'),
1413
require('autoprefixer')

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "concise-cli",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Command-line Interface for Concise Framework",
55
"main": "index.js",
66
"scripts": {
77
"test": "tape test"
88
},
99
"bin": {
10-
"concise": "index.js"
10+
"concisecss": "index.js"
1111
},
1212
"author": "James Kolce <contact@jameskolce.com>",
1313
"license": "MIT",
@@ -17,9 +17,9 @@
1717
"node-sass": "^3.7.0",
1818
"postcss": "^5.0.21",
1919
"postcss-custom-media": "^5.0.1",
20+
"postcss-import": "^8.1.2",
2021
"postcss-lh": "^1.1.0",
21-
"postcss-media-minmax": "^2.1.2",
22-
"postcss-pr": "^1.0.0"
22+
"postcss-media-minmax": "^2.1.2"
2323
},
2424
"devDependencies": {
2525
"tape": "^4.5.1"

test/fixtures/pxToRem/pxToRem.css

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

test/fixtures/pxToRem/pxToRem.scss

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

test/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ test('units', (t) => {
3030
expected('verticalRhythm'),
3131
'should be added');
3232

33-
t.equal(
34-
actual('pxToRem'),
35-
expected('pxToRem'),
36-
'should be transformed');
37-
3833
t.equal(
3934
actual('pxToEm'),
4035
expected('pxToEm'),

0 commit comments

Comments
 (0)