Pull requests welcome ✨
Basic set up to for easy customisation for tachyons with webpack.
The idea here is to build tachyons from source. This allows us to:
- Overwrite colors and media queries
- Use variables from tachyons in our own custom css
- Keep the tachyons source out of git history.
- We need production config to do minifaction etc
- We should build a module that uses tachyons-build-css to configure postcss, and exposes the same options, but in a webpack-plugin (I think)..