🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@citrus327/theme-preset

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citrus327/theme-preset

a customized TailwindCss preset.

latest
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

@citrus327/theme-preset

a customized TailwindCss preset.

Usage

import preset from "@citrus327/theme-preset";

/** @type {import('tailwindcss').Config} */
export default {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  theme: {},
  presets: [preset],
  plugins: [],
};

and include styles in your css file:

@import "@citrus327/theme-preset/stylesheet";

@tailwind base;
@tailwind components;
@tailwind utilities;

FAQs

Package last updated on 12 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts