-
Refs: https://github.com/postcss/postcss-cli/issues/78
We need an `--ext` option to allow setting the file extension when using `--dir`.
**Edit:** Just realized this will also solve the problem …
-
https://github.com/webpack/webpack/releases/tag/v2.1.0-beta.26
The breaking change now forces -loader to be used. Since vue-loader internally also uses loaders the problem might be caused by this cha…
-
Hi, I want to add Sugar CSS, because I notice that the logic to add the css loaders is in electrode-archetype-react-app/config/webpack/partial/extract.js, and I tried to just add the parser after post…
-
I found a bug. When building with a comment it seems to ignore the line, without an error.
```sass
> a // b
font-size: normal
```
do7be updated
7 years ago
-
I can not understand what the problem is, I do everything through guide
```
import gulp from 'gulp';
import plumber from 'gulp-plumber';
import gulpIf from 'gulp-if';
var postcss = require('postcss')…
-
> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)?
A bug where `block-no-empty` reports the wrong column for certain SugarSS files.
> Which rule, if any, is this is…
-
I think it would be a good idea to cover the case of including `postcss-loader` multiple times in the `rules` -- e.g. with `stylelint` plugin as a **preloader** and with `autoprefixer` in css/sass/les…
-
Hi,
I have the full issue [here](https://github.com/survivejs/webpack/issues/129). The problem is that the user needs to run different plugins on different loaders. One should get only `stylelint` …
-
This PR (https://github.com/postcss/postcss-loader/pull/161) assumes that a `postcss.config.js` will always be present. But isn't this file optional? In my project, I was configuring postcss using Web…
-
> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)?
A bug where `no-missing-end-of-source-newline` returns an invalid column for a SugarSS file.
> Which rule, if any…