question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when run csscomb

See original GitHub issue
error: CSScomb error:

C:\Users\emad\AppData\Roaming\Sublime Text 3\Packages\CSScomb JS\node_modules\csscomb\lib\csscomb.js:205

        throw new Error('Parsing error at ' + filename + ': ' + e.message)

              ^

Error: Parsing error at undefined: Please check the validity of the CSS block starting from the line #1

at Object.Comb.processString (C:\Users\emad\AppData\Roaming\Sublime Text 3\Packages\CSScomb JS\node_modules\csscomb\lib\csscomb.js:205:19)

at Socket.<anonymous> (C:\Users\emad\AppData\Roaming\Sublime Text 3\Packages\CSScomb JS\csscomb.js:23:37)

at Socket.EventEmitter.emit (events.js:117:20)

at _stream_readable.js:920:16

at process._tickCallback (node.js:415:13)

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tsclarkcommented, Jan 6, 2016

I have encountered this error when selecting the style declarations without the surrounding context. Selecting padding:25px 10px; font-family:'Trade Gothic', sans-serif; returns an error, but selecting #overlayHub .content{ padding:25px 10px; font-family:'Trade Gothic', sans-serif; font-size:1.3em; line-height:2em; margin-top: 40px;} runs successfully. Try selecting the complete statement instead of just the content inside the braces.

0reactions
jordantrainorcommented, Jul 13, 2014

Also getting errors with nested SCSS. I continue to use the old unsupported version because of this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running the contributed command:'csscomb.execute' failed. #92
When I run CSSComb: Format styles on my style.css file, it gives me an error: Running the contributed command:'csscomb.execute'...
Read more >
How to solve the CSScomb error in PhpStorm? - Stack Overflow
the same error "Error running 'CSScomb': Cannot run program".
Read more >
gulp-csscomb - npm
CSScomb is a coding style formatter for CSS. ... Start using gulp-csscomb in your project by running `npm i gulp-csscomb`.
Read more >
gulp-csscomb | Yarn - Package Manager
CSScomb is a coding style formatter for CSS. gulpplugin, css, csscomb, lint. readme. gulp-csscomb Build Status · Dependency Status · Tips.
Read more >
Optimise and Streamline your CSS style code with CSScomb
It can also help identify errors, similar to the excellent. ... Before you can run CSScomb locally you need to ensure that you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found