0.0.15 • Published 7 months ago

@var-meta/theme v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@var-meta/theme

Installation

$ pnpm add @var-meta/theme
# or
$ yarn add @var-meta/theme
# or
$ npm install @var-meta/theme

Usage

Update your tailwind.config.ts

import preset from '@var-meta/theme';
import type { Config } from 'tailwindcss';
import { fontFamily } from 'tailwindcss/defaultTheme';

const config: Config = {
  presets: [preset],
  content: [
    './src/pages/**/*.{js,ts,jsx,tsx,mdx}',
    './src/components/**/*.{js,ts,jsx,tsx,mdx}',
    './src/app/**/*.{js,ts,jsx,tsx,mdx}',
  ],
};

export default config;

Getting correct color

https://uicolors.app/create use this

0.0.15

7 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago