-
Notifications
You must be signed in to change notification settings - Fork 89
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
opening brace of @keyframes block doesn't wrap to the next line #142
Labels
Comments
frux
changed the title
opening brace of @keyframes block don't wrap to the next line
opening brace of @keyframes block doesn't wrap to the next line
Jun 7, 2016
@frux Thank you for your report. You expected the following code after formatting, right?
|
@morishitter Yes. Me and stylelint. |
OK, I will fix it :) |
@frux Just released stylefmt v3.4.1 that includes a bugfix in this issue. Please update it :) |
@morishitter Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following stylelint.config.js:
But then I run stylefmt on the following code:
The opening brace of @Keyframes block stills be not wrapped to the next line. It causes stylelint
block-opening-brace-newline-before
error.The text was updated successfully, but these errors were encountered: