We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I setup a file watcher for my .scss files in the intellij.
– Name: CSScomb – Program: path_to_installed_csscomb/bin/csscomb – Parameters: -t $FilePath$ – Working directory: $FileDir$
CSScomb
path_to_installed_csscomb/bin/csscomb
-t $FilePath$
$FileDir$
I works wonderful with .scss files but It doesn't run on partial files that start with _ characters.
The text was updated successfully, but these errors were encountered:
I get the same error. And watcher CSScomb ignor .csscomb.json file in the project root.
Sorry, something went wrong.
No branches or pull requests
I setup a file watcher for my .scss files in the intellij.
– Name:
CSScomb
– Program:
path_to_installed_csscomb/bin/csscomb
– Parameters:
-t $FilePath$
– Working directory:
$FileDir$
I works wonderful with .scss files but It doesn't run on partial files that start with _ characters.
The text was updated successfully, but these errors were encountered: