Answer the question
In order to leave comments, you need to log in
csscomb js not working in Sublime 3?
Hello. Installed Csscomb js in Sublime3, but the problem is that nothing happens after pressing Ctrl+Shift+C. It doesn't even throw errors. Repeated reinstallation did not bring any result. System - Windows 7.
Answer the question
In order to leave comments, you need to log in
Most likely a hotkey conflict with another plugin. It can be discovered using FindKeyConflicts .
To install CSScomb, you need to:
1. Install Node.js
2. Restart your computer.
3. Write in the command line node -v
to check the performance of the node.
4. Install csscomb.
5. Done.
Thank you for your help, installing Node.js helped me, though in large css files various errors constantly pop up, I have to process it in parts
I read that node,js is needed for this plugin to work. I installed it from the repository, but csscomb didn't work. Maybe I missed something when installing node.js ?
I had the same issue.
Installed the plugin from the repository, node.js was already installed but the keyboard shortcut didn't work.
Using the FindKeyConflicts plugin, I checked that there are no hotkey conflicts.
The problem turned out to be that I created a new file with ctrl + n, but did NOT SAVE it and tried to use csscomb in it. Apparently, until you save the file, it will not work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question