MozaikAgency / wp-theme-starter

WordPress theme starter-kit, build tools included :smile:
MIT License
392 stars 70 forks source link

Add scss-lint configuration #7

Open stelioschar opened 9 years ago

stelioschar commented 9 years ago

Propose a scss-lint configuration file.

Until now the most stable scss linter seems to be the scss-lint.

Unfortunately this plugin is strongly dependent to ruby, so it would be tricky to implement this to the existing gulp workflow.

On the other hand you can have a global scss-lint configuration file and use it through your IDE(e.g. PHPStorm).

stelioschar commented 9 years ago

a default configuration file added in issue #8

Maximilianos commented 9 years ago

This project: sass-lint, https://github.com/sasstools/sass-lint is free of the ruby dependency. What do you think of it?

Maximilianos commented 9 years ago

Actually just saw this issue https://github.com/sasstools/sass-lint/issues/6 looks like they are not ready for the prime time quite yet. They still do not have all the features of ruby scss-lint

stelioschar commented 9 years ago

Exactly,

But we could give it a try, just to be ready for the next releases of the sass-lint

Maximilianos commented 9 years ago

yep I will create a branch where sass-lint is configured in the project and when sass-lint is launched we can merge.

Maximilianos commented 8 years ago

Maybe consider https://github.com/stylelint/stylelint It supports scss I think

ntwb commented 8 years ago

Maybe consider https://github.com/stylelint/stylelint

WordPress CSS Coding Standards shared config https://github.com/ntwb/stylelint-config-wordpress

It supports scss I think

It does 😄

Maximilianos commented 8 years ago

Thanks for the suggestion @ntwb will check it out :)