# postcss-var-extract **Repository Path**: twtybai/postcss-var-extract ## Basic Information - **Project Name**: postcss-var-extract - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PostCSS Var Extract [![Build Status][ci-img]][ci] [PostCSS] plugin css var extract. [PostCSS]: https://github.com/postcss/postcss [ci-img]: https://travis-ci.org/twtybai/postcss-var-extract.svg [ci]: https://travis-ci.org/twtybai/postcss-var-extract ```css .foo { /* Input example */ } ``` ```css .foo { /* Output example */ } ``` ## Usage ```js postcss([ require('postcss-var-extract') ]) ``` See [PostCSS] docs for examples for your environment.