Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2017 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e0681594704d8430090b3d131a71f729 to your computer and use it in GitHub Desktop.
Save anonymous/e0681594704d8430090b3d131a71f729 to your computer and use it in GitHub Desktop.
// https://npmjs.com/package/postcss-custom-properties
customProperties: (options) => require("postcss-custom-properties")(options),
// https://npmjs.com/package/postcss-apply
applyRule: (options) => require("postcss-apply")(options),
// https://npmjs.com/package/postcss-calc
calc: (options) => require("postcss-calc")(options),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment