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

Allow position top initial #318

Open
eddiemonge opened this issue Nov 5, 2015 · 1 comment
Open

Allow position top initial #318

eddiemonge opened this issue Nov 5, 2015 · 1 comment

Comments

@eddiemonge
Copy link

Default for positioning properties is not 0 but initial.

Specifying relative top initial produces:

position: relative;
top: 0;
initial: 0;

instead of

position: relative;
top: initial;
@orta-sanz
Copy link

+1 happens to me too.

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

2 participants