Skip to content

LutrisEng/tailwind-theme

Repository files navigation

How to use

Use the following as your tailwind.config.js:

module.exports = {
  presets: [
    require('@lutris/tailwind-theme'),
  ],
};