0.0.15 • Published 8 months ago

@var-meta/theme v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

0.0.13

11 months ago

0.0.14

11 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

1 year 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