Skip to content

Conversation

@jawshooah
Copy link
Collaborator

Recess is a linter for CSS from Twitter.

@sds
Copy link
Owner

sds commented Jul 28, 2015

Not to be overly critical of what qualifies as a useful hook or not, but isn't the Recess project dead? The last commit to the repo was in 2013 and I'm not aware of any active work on it.

Happy to merge if you actually use this yourself, but I would recommend you hop on the SCSS bandwagon and use scss-lint. :)

@jawshooah
Copy link
Collaborator Author

I'm not using it myself, no. CSSlint development appears to have stalled over the past few months, so I was looking around for alternatives. Had never heard of Recess before, but judging from the star count, I figured some people still found it useful.

You're right, though; no reason to clutter the repo with hooks no one is using.

Regarding SCSS, I unfortunately haven't been able to convince my coworkers that switching to a preprocessor is worth the effort. Does scss-lint work with vanilla CSS?

@sds
Copy link
Owner

sds commented Jul 28, 2015

Yes, SCSS is a superset of CSS. This makes it ideal for teams thinking about transitioning from vanilla CSS to a preprocessor.

I mention SCSS half-jokingly since we have another project scss-lint which supports a wide array of linters. I've heard interesting things about PostCSS and while I haven't been able to try it out personally it may be an alternative worth exploring (since it too would work with vanilla CSS out of the box, allowing you to extend the standard syntax/features with plugins as you see fit).

For now, I'm going to close this PR without merging. Feel free to reopen if later on you feel this would be useful.

@sds sds closed this Jul 28, 2015
@lencioni
Copy link
Collaborator

I've heard interesting things about PostCSS and while I haven't been able to try it out personally it may be an alternative worth exploring (since it too would work with vanilla CSS out of the box, allowing you to extend the standard syntax/features with plugins as you see fit).

I think scss-lint is the only thing that really keeps me from switching to PostCSS.

@jawshooah jawshooah deleted the pre_commit/recess branch November 3, 2015 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants