-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vendor prefix align for properties without spaces #111
Milestone
Comments
i'll try to fix it |
One more failing test: > comb.processString('a{color:tomato;top:0}')
TypeError: Cannot call method 'replace' of undefined
at /Users/tonyganch/GitHub/csscomb/js/lib/options/vendor-prefix-align.js:240:42 While adding a space after |
One more failing test:
|
yeah, it problems of one kind behind all of that. |
Merged
almost fixed, last one question - what should i do with style with comments, like:
should i transform it like this ?:
|
A few less spaces, but yes, the idea is good.
|
ok! |
L0stSoul
added a commit
to L0stSoul/csscomb.js
that referenced
this issue
Feb 8, 2014
L0stSoul
added a commit
to L0stSoul/csscomb.js
that referenced
this issue
Feb 10, 2014
L0stSoul
added a commit
to L0stSoul/csscomb.js
that referenced
this issue
Feb 10, 2014
Merged
tonyganch
added a commit
that referenced
this issue
Feb 20, 2014
tonyganch
pushed a commit
that referenced
this issue
Feb 21, 2014
tonyganch
added a commit
that referenced
this issue
Feb 21, 2014
tonyganch
pushed a commit
that referenced
this issue
Feb 21, 2014
tonyganch
added a commit
that referenced
this issue
Feb 21, 2014
tonyganch
pushed a commit
that referenced
this issue
Jun 9, 2014
tonyganch
added a commit
that referenced
this issue
Jun 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
node[2][2][1][1]
This line assumes that there is exactly one group of whitespaces between property name and value.
For example, this code is ok:
Aligning does not work however if there is no whitespace:
Or there is a comment before value:
The text was updated successfully, but these errors were encountered: