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

Align prefix spacing #507

Closed
hiennguyenvan-agilityio opened this issue Mar 31, 2017 · 1 comment
Closed

Align prefix spacing #507

hiennguyenvan-agilityio opened this issue Mar 31, 2017 · 1 comment
Milestone

Comments

@hiennguyenvan-agilityio

I have issue align prefix spacing and some other prefix. After run CSScomb (v3.1.8), I get result

-webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
@obenjiro obenjiro added this to the 4.2.0 milestone Jun 12, 2017
@obenjiro
Copy link
Contributor

A new version will produce result that is a little bit better.

body
{
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

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