Strongly-types CSS with Vanilla-extract

Based on minimal-vanilla-extract-webpack-example, each commit of this repo demonstrates a simple usage of a different piece of vanilla-extract's functionality.

Getting Started

  1. Install deps
yarn install
  1. Run the dev server
yarn start
  1. Build the project
yarn build