Skip to content

Commit 03fb48d

Browse files
committed
using external parser now
1 parent b9ea054 commit 03fb48d

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"lodash.identity": "^3.0.0",
1515
"lodash.isarray": "^3.0.4",
1616
"lodash.isfunction": "^3.0.6",
17-
"lodash.isstring": "^3.0.1"
17+
"lodash.isstring": "^3.0.1",
18+
"postcss-modules-parser": "^1.0.1"
1819
},
1920
"devDependencies": {
2021
"babel": "^5.8.20",

src/extractor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Values from 'postcss-modules-values';
66
import LocalByDefault from 'postcss-modules-local-by-default';
77
import ExtractImports from 'postcss-modules-extract-imports';
88
import Scope from 'postcss-modules-scope';
9-
import Parser from './parser';
9+
import Parser from 'postcss-modules-parser';
1010

1111
/**
1212
* @param {array} options.append

src/parser.js

-38
This file was deleted.

0 commit comments

Comments
 (0)