Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 03fb48d

Browse files
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‎

Lines changed: 2 additions & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /