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

border: none #226

Closed
eGavr opened this issue Jan 30, 2014 · 2 comments
Closed

border: none #226

eGavr opened this issue Jan 30, 2014 · 2 comments

Comments

@eGavr
Copy link

eGavr commented Jan 30, 2014


a {
    border:none;
}

is minimized to


a{border:0}

But border:0 is not always equivalent to border:none
While in simple case that would have the same effect, there could be differences when there are other border styles applied afterwards: http://dabblet.com/gist/8716224

@GoalSmashers
Copy link
Contributor

Good catch 👍

@yisibl
Copy link
Contributor

yisibl commented Sep 16, 2014

border: 0border: noneborder: 0 none

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