Skip to content

Commit

Permalink
[Fixed] Fixed removed errorneous ref to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Mar 21, 2018
1 parent 06fff5d commit 9b65ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function({ standard, transitions, variants }) {
}
}))

if (standard) utilities = _.assignIn(utilities, { [`.${className}-${e(name)}`]: { transition: standard } });
if (standard) utilities = _.assignIn(utilities, { [`.${className}`]: { transition: standard } });

addUtilities(utilities, variants)
}
Expand Down

0 comments on commit 9b65ab4

Please sign in to comment.