csscomb-atom
csscomb-atom copied to clipboard
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.45.0 x64 **Electron**: 4.2.7 **OS**: Ubuntu 18.04.4 **Thrown From**: [atom-css-comb](https://github.com/jchouse/csscomb-atom) package 3.5.1 ### Stack Trace Uncaught TypeError: Cannot read property 'setText'...
Is there any plan to support css in template literals? Example: ``` import { css } from "lit-element"; export default css` button { display: flex; flex: 1; cursor: pointer; background:...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.37.0 x64 **Electron**: 2.0.18 **OS**: Microsoft Windows 8.1 Pro **Thrown From**: [atom-css-comb](https://github.com/jchouse/csscomb-atom) package 3.5.1 ### Stack Trace Uncaught TypeError: atom.workspace.getActivePaneItem(...).setText is...
[Enter steps to reproduce:] 1. I created my own config as suggested on [http://csscomb.com/config](http://csscomb.com/config) 2. After setting my correct path and running comb on a CSS file (or a single...
Hello, is this normal behaviour? I've got Run on save checked and after the save of a file cursor is moved to the latest line. Atom 1.28.2 atom-css-comb 3.3.1 Run...
## Correct Syntax (CSSComb Complains) ```css :root { --doc-main-bg: #003366; /* Complaint Here */ } body { background-color: var(doc-main-bg); } ``` ## Years-Old Syntax (CSSComb Approves, but doesn't work anymore)...
Hello, Thanks for this plugin, Can we add this useful rule for SCSS ? // Add a new line between selectors **newlineBetweenSelectors: false!true** ``` // before [♥-component~="accordion"] { border-bottom: 1px...
Add spec
Will leave it here
The setting "Use project config" should have the value `.csscomb.json` by default as this is the default config file csscomb.js [advertises](https://github.com/csscomb/csscomb.js#2-configure).