Skip to content

Create a plugin for csscomb #2176

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

Closed
lukeapage opened this issue Sep 3, 2014 · 5 comments · Fixed by less/less-docs#296
Closed

Create a plugin for csscomb #2176

lukeapage opened this issue Sep 3, 2014 · 5 comments · Fixed by less/less-docs#296

Comments

@lukeapage
Copy link
Member

In order to satisfy requests for output formatting in #2157 and #1183

See discussion on those issues.

@alexrussell
Copy link

Just came here searching for a way to make less give me tabs rather than spaces, and I found #2157. Upon reading the discussion I had a look at csscomb and, well, it looks like just running csscomb in your toolchain works to fix this issue without any extra effort. For me I'm using grunt, so simply setting a task to run the less task followed by the csscomb one (grunt.registerTask('default', ['less', 'csscomb']) stylee) works for me.

As such, is this issue saying that someone needs to make a plugin for csscomb that does the less compilation, or a plugin for less that runs csscomb afterwards or what? I'm new to all mentioned projects (started today) so sorry if I'm bringing unnecessary confusion to the table, I just wanted to point out that it could well be that this issue is 'resolved'.

@seven-phases-max
Copy link
Member

@alexrussell

running csscomb in your toolchain works

Yes, but see #1917. In other words it's often just easier to create a plugin (yes, this is a about Less plugin running csscomb afterwards) rather then continuously explaining why they should learn build toolchains ;).

@alexrussell
Copy link

@seven-phases-max fair enough - just making sure.

I guess it would be pretty bad if you guys didn't know about that!

@SomMeri
Copy link
Member

SomMeri commented Oct 5, 2014

In other words it's often just easier to create a plugin (yes, this is a about Less plugin running csscomb afterwards) rather then continuously explaining why they should learn build toolchains ;).

That is how true programmers think :)

bassjobsen added a commit to bassjobsen/less-docs that referenced this issue Jan 29, 2015
@bassjobsen
Copy link
Contributor

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

Successfully merging a pull request may close this issue.

5 participants