@cuyo-proyects/cuyo-craft

1.0.14 • Public • Published


Cuyo Proyects / Cuyo Craft

PERSONAL THEME PRESET FOR TAILWIND

How To Use

To use this library you will need Node.js (which comes with npm) installed on your computer.

Install the library

$ npm i @cuyo-proyects/cuyo-craft
# done!

You need to import the preset to TW config

import themePreset from "@cuyo-proyects/cuyo-craft/dist";
/** @type {import('tailwindcss').Config} */
export default {
  content: ["./src/**/*.{html,js,ts,tsx}"],
  presets: [themePreset],
};

import the css from tw + personal css tokens in your index.css

@import "@cuyo-proyects/cuyo-craft/dist";

Readme

Keywords

Package Sidebar

Install

npm i @cuyo-proyects/cuyo-craft

Weekly Downloads

12

Version

1.0.14

License

ISC

Unpacked Size

14.4 kB

Total Files

11

Last publish

Collaborators

  • nicogonzalez6