-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
Noticed a change to the nesting spec and was hoping it could get updated here. Should help when using something like mixins, as it better maintains declaration order. Thanks!
spec: https://drafts.c…
-
* #377
* ~~Switch to inline SVG flags for fewer HTTP requests~~
* Some flags are somewhat large (>100kb) so better to allow browser to cache and re-display as filters are applied.
* [ ] Test with…
-
Title says it all, perhaps have a { use } option?
-
Hello, here i am again.
I'm trying to run some postcss plugins without luck.
I'm parsing a sass file and then i use autoprefixer, and it works like a charm.
Now i'm trying to minify the output,…
-
Today I ran `yarn upgrade` and noticed that my critical CSS files got a lot smaller (they were missing a bunch of critical rule-sets).
In my bash shell, I also noticed two errors from Gulp:
`Node…
-
- Laravel Mix Version: 4.0.14
- Node Version: v9.11.2
- NPM Version: 6.7.0
- OS: macOS 10.13.6
### Description:
When using tailwind with postCss, it is ran multiple times. At least tw…
-
Gulp task:
``` js
gulp.task('css', function () {
var processors = [
cssnested,
cssimport,
csssimplevars,
cssnext(),
cssnano
];
return gulp.src('./s…
-
I am encountering a persistent vulnerability issue with react-scripts related to the nth-check package in our prismacloudscan.
Despite making multiple attempts to update the dependencies manually a…
-
```
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-mixins'),
require('postcss-modules-values'),
require('postcss-inline-svg')({ removeFill: true }),
…