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

Add support for CSS and LESS files by default #8

Closed
VovanR opened this issue Jun 17, 2016 · 2 comments
Closed

Add support for CSS and LESS files by default #8

VovanR opened this issue Jun 17, 2016 · 2 comments

Comments

@VovanR
Copy link

VovanR commented Jun 17, 2016

Current default regexp match SCSS and SASS files only

VovanR added a commit to VovanR/stylelint-webpack-plugin that referenced this issue Jun 17, 2016
VovanR added a commit to VovanR/stylelint-webpack-plugin that referenced this issue Aug 4, 2016
VovanR added a commit to VovanR/stylelint-webpack-plugin that referenced this issue Aug 24, 2016
* Update test with 'block-no-empty' rule
@barraponto
Copy link

I think supporting css should definitely be in by default.
Looking at node-glob docs i think the default should be **/*.+(css|sass|scss|less). Of course we could do **/*.+(c|sa|sc|le)ss or something fancier like that, but I don't think it's worth ruining the legibility.

@shellscape
Copy link
Contributor

Closing as stale due to age and inactivity. If there is still interest in this feature, please do submit a pull request.

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

No branches or pull requests

4 participants