-
Hi! Thanks for postcss and loader for it. It's really awesome. But…
I want to use SugarSS parser with https://github.com/amireh/happypack but it cannot work with `this.exec`.
Does it really necessary…
-
Right now plugin does not support .sss files for mixins
What i do:
``` js
require('postcss-mixins')({
mixinsDir: path.join(__dirname, 'mixins')
}),
```
In that dir i have size.sss file:
…
-
I prefer the syntax of Stylus code but the modularity and community of PostCSS. This module is very close to giving me both, but there are two major differences, and I would like to hear the reasoning…
-
Hello!
Thanks for taking the time to make this great plugin! Appreciate all your hard work. I've searched through past issues here and in the stylelint thread as well. Seems I'm having similar proble…
-
I can't seem to get the `-c|--config` option working on the `develop` branch.
Can't investigate ATM, but this needs fixed or removed before the release.
CC: @michael-ciniawsky
-
Here is my gulpfile.js:
``` js
var gulp = require('gulp');
var sugarss = require('sugarss');
var sourcemaps = require('gulp-sourcemaps');
var postcss = require('gulp-postcss');
v…
-
I am using PostCSS like this:
```js
const gulp = require('gulp')
const $ = require('gulp-load-plugins')()
const config = require('../gulp-config.js')
const postCSSPlugins = {
postcssWillChang…
Grawl updated
7 years ago
-
in
```
//
```
out
```
events.js:160
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property '2' of null
at Parser.commentText (/Users/dustindowell/Github/plump/node_m…
-
`postcss-cli` could be very useful to convert [SugarSS](https://github.com/postcss/sugarss) to CSS or CSS to SugarSS.
But I got error:
```
postcss -p sugarss test.sss -o test.css
Usage: /home/ai/tes…
-
Ref: https://github.com/stylelint/stylelint/pull/1958