@lutris/tailwind-theme
v0.1.0
Published
The Tailwind CSS theme for the Lutris Engineering brand guide
Downloads
3
Readme
How to use
Use the following as your tailwind.config.js
:
module.exports = {
presets: [
require('@lutris/tailwind-theme'),
],
};