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

box display property removed #259

Closed
lijax opened this issue Dec 15, 2015 · 1 comment
Closed

box display property removed #259

lijax opened this issue Dec 15, 2015 · 1 comment

Comments

@lijax
Copy link

lijax commented Dec 15, 2015

.row {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
padding: 5px;
width: 100%;
}

when minified:

.row{
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
padding:5px;
width:100%
}

my csso version is 1.4.4

@lahmatiy
Copy link
Member

Fixed in 1.5.3

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

No branches or pull requests

2 participants