Skip to content
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

Lift up property "border-color" above "border-bottom" (for example). #39

Closed
1ike opened this issue Apr 25, 2015 · 3 comments
Closed

Lift up property "border-color" above "border-bottom" (for example). #39

1ike opened this issue Apr 25, 2015 · 3 comments

Comments

@1ike
Copy link

1ike commented Apr 25, 2015

In that case border-color will not aplly.

So you need write color in such ways:
border-bottom: {width} {style} {color};
or
border-bottom-color: ...;
border-bottom-width: ...;
border-bottom-style: ...;

@wardpeet
Copy link

It's not really a grunt-csscomb issue, if it doesn't behave how it should than it's a csscomb issue. Grunt-csscomb is just a task around csscomb.

@1ike
Copy link
Author

1ike commented May 28, 2015

You are right, I wrote to csscomb.js.
But grunt task was a first link in the chain (and can link old version csscomb.js in "dependencies" or somewhat else...).

@noahcooper
Copy link
Collaborator

Closing this issue as it is a core csscomb.js issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants