Skip to content

NicoGonzalez6/cuyo-proyects-cuyo-craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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";