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

Well-formatted composed statements #3

Open
juanca opened this issue Oct 26, 2018 · 1 comment
Open

Well-formatted composed statements #3

juanca opened this issue Oct 26, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@juanca
Copy link
Owner

juanca commented Oct 26, 2018

Good

composes: foo from ./file/foo.css;
composes: foo bar from ./file/foo.css;
composes: 
  foo
  bar 
  from ./file/foo.css;

Bad

composes: foo    from ./file/foo.css;
composes:     foo  bar   from ./file/foo.css;
composes: 
  foo
  bar baz
  from ./file/foo.css;
@juanca
Copy link
Owner Author

juanca commented Jul 11, 2020

I guess this is another rule instead of a bugfix. I'll punt this until a more pressing need or a time with more data on its demand.

@juanca juanca added the enhancement New feature or request label Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant