gavinmcfarland / flex-gap-polyfill

A PostCSS plugin to emulate flex gap using margins
https://gavinmcfarland.github.io/flex-gap-polyfill/
Creative Commons Zero v1.0 Universal
143 stars 6 forks source link

checking for SCSS before adding root selector #40

Closed nemoDreamer closed 3 years ago

nemoDreamer commented 3 years ago

Fixes #39

nemoDreamer commented 3 years ago

@limitlessloop I've fixed the build, but can't fix the AppVeyor fail without updating dependencies, which I don't think should go in this PR...:

npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--ignore-scripts"
npm ERR! node v4.0.0
npm ERR! npm  v2.14.2
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package rollup@2.48.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer rollup-plugin-babel@4.3.3 wants rollup@>=0.60.0 <2
npm ERR! peerinvalid Peer @rollup/plugin-commonjs@18.1.0 wants rollup@^2.30.0
gavinmcfarland commented 3 years ago

No worries. Thanks very much for your contribution! I'll sort the issue out with AppVeyor.

gavinmcfarland commented 3 years ago

I also added legacy .sass extension and the PostCSS .pcss extension. Thanks again!

nemoDreamer commented 3 years ago

Oh sweet, great catch!