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

Support at rule nested #15

Closed
yisibl opened this issue Aug 18, 2015 · 1 comment
Closed

Support at rule nested #15

yisibl opened this issue Aug 18, 2015 · 1 comment
Labels

Comments

@yisibl
Copy link
Contributor

yisibl commented Aug 18, 2015

input:

@media (min-width: 992px) {
  @media (max-width: 1200px) {
    .container {
      position: absolute;
    }
  }
}

now output:

@media  (min-width: 992px) {@media  (max-width: 1200px) {
  .container {
    position: absolute;
  }
}
}

See also more test case: https://github.com/yisibl/perfectionist-test/blob/master/cssfmt/template.css

@matype matype added the bug label Aug 18, 2015
@matype matype closed this as completed in 0540b16 Aug 18, 2015
@matype
Copy link
Owner

matype commented Aug 18, 2015

@yisibl Thanks for your report :)

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

No branches or pull requests

2 participants