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

Error with #ClassName #379

Closed
Swerner1975 opened this issue May 20, 2015 · 1 comment
Closed

Error with #ClassName #379

Swerner1975 opened this issue May 20, 2015 · 1 comment

Comments

@Swerner1975
Copy link

This CSS Code:

appVariantsForm .foLi {

...
}

or

.pageArea #header {
...
}

throws the following error:

TypeError: Object appVariantsForm has no method 'is'
at processNode (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\lib\options\block-indent.js:24:19)
at processNode (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\lib\options\block-indent.js:26:13)
at processNode (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\lib\options\block-indent.js:26:13)
at processNode (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\lib\options\block-indent.js:26:13)
at processNode (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\lib\options\block-indent.js:26:13)
at process (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\lib\options\block-indent.js:102:13)
at Object.Node.map (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\node_modules\gonzales-pe\lib\node.js:111:9)
at d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\node_modules\csscomb-core\lib\core.js:189:18
at Array.forEach (native)
at processTree (d:\gulp-project\node_modules\gulp-csscomb\node_modules\csscomb\node_modules\csscomb-core\lib\core.js:188:19)

Seems the hash is the problem ...

@tonyganch
Copy link
Member

Thank you so much!
Should be fixed in [email protected]

istro pushed a commit to istro/csscomb.js that referenced this issue May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants