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
tab-size
I just used the online config builder (which is awesome!). Afterwards, when I ran csscomb, I got a warning:
Failed to configure "tab-size" option: The option does not accept values of type "boolean". Value's type must be one the following: number.
It appears that the config builder set "tab-size": true. I updated this to my desired value as a number and the error went away "tab-size": 2.
"tab-size": true
"tab-size": 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just used the online config builder (which is awesome!). Afterwards, when I ran csscomb, I got a warning:
It appears that the config builder set
"tab-size": true
. I updated this to my desired value as a number and the error went away"tab-size": 2
.The text was updated successfully, but these errors were encountered: