@proxima-b/theme

0.1.2 • Public • Published

@proxima-b/theme

Central Tailwind theme for Proxima b. Theoretically this package shouldn't update that much, it manages very few things currently.

Installation

Simply run the following...

npm install @proxima-b/theme

...and to upgrade:

npm install @proxima-b/theme@latest

Usage

Once you've installed the package, you will need to require it in your projects tailwind.config.js, like so:

let theme = require('@proxima-b/theme');

module.exports = {
  content: [
    './src/**/*.{js,ts,jsx,tsx}',
    './src/components/**/*.{js,ts,jsx,tsx}',
  ],
  darkMode: 'media',
  theme,
  plugins: [],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @proxima-b/theme

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

1.45 kB

Total Files

3

Last publish

Collaborators

  • _exyz