-
It seems it doesn't support SugarSS at all.
I moved from CSS Lint to this just because of that!
plz fix that ASAP.
-
I'm using cssnext and sugarSS
Cssnext includes postcss-apply (https://github.com/pascalduez/postcss-apply)
What is correct way to use it?
```
:root
--centered:
display: flex;
alig…
-
Please help me. It is does not work:
```
const sugarss = require('sugarss');
postcss(plugins, { parser: sugarss })
```
Error: is not a PostCSS plugin
-
such as: sass, stylus, sugarss
-
This is more of a question than an issue - hope that's okay.
I was wondering if/how one can `@import` plain CSS files into a `.sss` file.
My current use case is inserting normalize.css at the beginn…
-
Let’s think how we make CLI better.
-
Hello,
When `stylelint-loader` is a preLoader in webpack.config file with the test `/\.css$/` this error appeared : [`You must use a valid syntax option, either: scss, less or sugarss`](https://githu…
-
There is a limitation for not allowing the `parser` or `syntax` options?
Or there is a way I'm not seeing... I've tried:
``` js
postcss({
plugins: [],
options: {
parser: sugarss
}
})
```
a…
-
Postcss somewhat recently introduced the ability to pass your own `syntax`, which allowed for [sugarss](https://github.com/postcss/sugarss) to remove brackets and semicolons from css, which is huge. H…
-
## Detail
Moved from https://github.com/posthtml/sugarml/issues/7.
I'm use `sugar@0.1.0` (`0.4.0` related to Reshape as I understand it) and I have following code:
**index.js**
```js
'use…