0.0.4 • Published 6 months ago

xaman-styleplugin v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

How to use this plugin

import styles from the plugin in your tailwind.config.js

const styles = require("@kevinkoobs/xummstyleplugin")

Add const styles to the plugins part of the config

module.exports = {
  /** All your other config here **/
  plugins: [styles],
}

Dont' forget to add the typekit stylesheet for the font:

<link type="stylesheet" href="https://use.typekit.net/vtt7ckl.css" type="text/css"

To make the themes work, select the property xAppStyle from the URL and lowercase it. Put it as a class on your body element and you're good to go!

0.0.4

6 months ago