@kevinkoobs/xummstyleplugin

0.0.4 • Public • Published

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!

Package Sidebar

Install

npm i @kevinkoobs/xummstyleplugin

Weekly Downloads

0

Version

0.0.4

License

ISC

Unpacked Size

13.6 kB

Total Files

5

Last publish

Collaborators

  • kevinkoobs