E
E
Evrei2014-03-24 01:51:42
Sublime Text
Evrei, 2014-03-24 01:51:42

Sublime Text 3 + CSS Comb JS, mac OS X 10.9.2 how to fix usage error?

The plugin is installed via Package Control.
When combined ctrl + shift + c or through the panel I get a trace. error.
CSScomb error:
/Users/evrei/Library/Application Support/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 (/Users/evrei/Library/Application Support/Sublime Text 3/Packages/CSScomb JS /node_modules/csscomb/lib/csscomb.js:205:19)
at Socket. (/Users/evrei/Library/Application Support/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)
On a pure css file like:
body, html {
width: 100% ;
height: 100%;
}
section {
width: 100%;
height: 100%;
background: #eee;
}
header {
width: 100%;
height: 198px;
}
Unfortunately, the git author does not appear on the git, I did not find a similar problem, help me figure it out, I'm sorry.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question