Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 18, 2018
1 parent 2a75c5d commit e6fccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/moon-mvl/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const slash = require("./slash/slash.js");

const cssRE = /([@#.="':\w\s\-\[\]()]+)(\s*,|(?:{[\s\n]*(?:[\w\n]+:[\w\s\n(),]+;[\s\n]*)*}))/g;

const addClass(element, name) => {
const addClass = (element, name) => {
const attributes = element.attributes;
let value = name;
let expression = false;
Expand Down

0 comments on commit e6fccfb

Please sign in to comment.