1.0.1 • Published 2 years ago
@transport-for-wales/tailwindcss-plugin-rems-to-ems v1.0.1
tailwindcss-plugin-rems-to-ems
TODO: add a description.
Installation
npm i @transport-for-wales/tailwindcss-plugin-rems-to-emsUsage
Require the plugin within the plugins section of your tailwind.config.js file:
{
  // ...
  plugins: [
    require('@transport-for-wales/tailwindcss-plugin-rems-to-ems'),
  ],
}