Skip to content

Commit

Permalink
update css re
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 18, 2018
1 parent aea1806 commit 8db839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/moon-mvl/lib/scopeCSS.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cssRE = /([@#.="':\w\s\-\[\]()]+)(\s*,|(?:{[\s\n]*(?:[\w\n]+:[\w\s\n(),]+;[\s\n]*)*}))/g;
const cssRE = /([^,{}]+)(,|{[^{}]+})/g;
const trailingWhitespaceRE = /\s*$/;

module.exports = (scope, css) => {
Expand Down

0 comments on commit 8db839f

Please sign in to comment.