Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 152 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 152 Bytes

How to use

Use the following as your tailwind.config.js:

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