-
Notifications
You must be signed in to change notification settings - Fork 88
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 to formatting LESS code #75
Comments
I'm trying to run |
@cwick Now, stylefmt dose not support PostCSS syntax of Less. Sorry, please wait until the next minor update. |
@morishitter I've got it working with less fine, passing in a stylelint config file, and changing things throughout my less like indentation etc. The only thing I've noticed is inline styles that are multiline
will become
No changes to my config file are affecting this output. |
@robbyking3 Inline comments are used in SCSS syntax, so stylefmt can format it. Some Less syntaxes are used in the other one, but we cannot format all of Less code. |
@morishitter Planned to add syntax less? |
@morishitter I'd love to see the |
Hi. Any updates here? Is anybody working on it or not? |
Now |
Any plans to support this at some point? Is there any other tool out there that formats less code? |
@vladimir-polyakov We have supported .less and .pcss files extentions by #301 but stylefmt can't format all of less and postcss plugins customized syntaxes.
I'm sorry, I don't know ;( |
@morishitter Hi, I'm using stylelint on my LESS codebase and now I want to start using stylefmt but I have a problem that it doesn't understand LESS default mixins syntax. Do you plan to support/fix this? Or is there any way how I can use stylefmt directly on my LESS codebase? Thank you for your reply ;-) |
PostCSS LESS Syntax: https://github.com/webschik/postcss-less
The text was updated successfully, but these errors were encountered: