postcss-color-hex-alpha
postcss-color-hex-alpha copied to clipboard
Use 4 & 8 character hex color notation in CSS
I am having the following issue: > Plugin Error: Cannot find module 'C:\Users\\\\AppData\Roaming\npm\node_modules\postcss-color-hex-alpha\node_modules\postcss-values-parser\lib\nodes\Punctuation' imported from C:\Users\\\\AppData\Roaming\npm\node_modules\postcss-color-hex-alpha\dist\index.mjs Generally it is caused because you are using .mjs file format, so when importing...
Update dependencies after spotted a comment about babel-eslint in this previous pr https://github.com/postcss/postcss-color-hex-alpha/pull/15 One question is around the post css peeDependency, would you prefer to bump that too?
 The above npm audit shows when I install postcss-color-hex-alpha@6 so I had to downgrade to v5, it still works but it would be good if I could use the...
I think the issue is with `postcss-color-hex-alpha` so that's why I open an issue here. [Here is a reproduction](https://github.com/boris-petrov/ember-cli-postcss-bug). It's an Ember.js project but that shouldn't matter - it was...