Skip to content

Commit 949b8d2

Browse files
committed
bumping tokenizer
1 parent 70d30e2 commit 949b8d2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/geelen/postcss-modules-scope",
3636
"dependencies": {
37-
"css-selector-tokenizer": "^0.5.0",
37+
"css-selector-tokenizer": "^0.6.0",
3838
"postcss": "^5.0.4"
3939
},
4040
"devDependencies": {

src/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ const processor = postcss.plugin('postcss-modules-scope', function(options) {
154154
exportRule.append({
155155
prop: exportedName,
156156
value: exports[exportedName].join(' '),
157-
raws: { before: '\n ' },
158-
_autoprefixerDisabled: true
157+
raws: { before: '\n ' }
159158
})
160159
);
161160
css.append(exportRule);

0 commit comments

Comments
 (0)