Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zspecza committed Jun 17, 2015
1 parent 54bfd1e commit 2a6ed50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ var SystemCSS = (function SystemCSS() {
var blockInContext = current.type === 'context' && previous.type === 'block';
var elementInParentState = previous.type === 'state' && current.type === 'element';
var spacing = '';
var i, len = transformers.length;

// normalize state name grammar such that "hovered" becomes "hover" and so on
if (current.type === 'state') {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-system",
"version": "0.0.1",
"version": "0.0.2",
"description": "Author your CSS with a BEM-compliant component-oriented system.",
"author": "Declan de Wet <declandewet@me.com>",
"directories": {
Expand Down

0 comments on commit 2a6ed50

Please sign in to comment.