@transport-for-wales/tailwindcss-plugin-rems-to-ems
v1.0.1
Published
tailwind css plugin that converts rems spacing values to ems
Readme
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'),
],
}