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

Feature: factorise the same values #2000

Closed
mr21 opened this issue Feb 25, 2016 · 2 comments
Closed

Feature: factorise the same values #2000

mr21 opened this issue Feb 25, 2016 · 2 comments

Comments

@mr21
Copy link

mr21 commented Feb 25, 2016

Hi :)

I didn't find an issue about this, but why can't we do something like this:

.element {
    position: absolute;
    width:
    height: 100%;
    top:
    left: 0;
}
// inline
.element {
    position: absolute;
    width: height: 100%;
    top: left: 0;
}

Or maybe something like:

.element {
    position: absolute;
    top, right, bottom, left: 10px;
}
@cimmanon
Copy link

Duplicate of #109

@mr21
Copy link
Author

mr21 commented Feb 25, 2016

Oh my bad, I didn't search enough...

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