postcss-functions
postcss-functions copied to clipboard
PostCSS plugin for exposing JavaScript functions
When processing at-rules, `postcss-functions` expect the node to have a "params" entry but not all at-rules have params. So `node.params` can be undefined and cause an error when passed to...
Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Removes `cacheable-request` Updates `ava` from 3.15.0 to 5.2.0 Release notes Sourced from...
Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Removes `got` Updates `ava` from 3.15.0 to 5.1.0 Release notes Sourced from...
I ran into an issue with a project that had a mixin and a function that shared the same name. This change should resolve that issue, allowing users to specify...