Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score76%
Publisheda year ago (0.2.0)

A Tailwind CSS-inspired attribute definitions preset for Gusty.

@gusty/preset

JSR JSR Score

A Tailwind CSS-inspired attribute definitions preset for Gusty.

Installation

deno add jsr:@gusty/preset

Usage

import { createPreset } from "@gusty/preset";

const presetStylesheet: string = createPreset();
Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@gusty/preset

Import symbol

import * as preset from "@gusty/preset";
or

Import directly with a jsr specifier

import * as preset from "jsr:@gusty/preset";

Add Package

pnpm i jsr:@gusty/preset
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gusty/preset

Import symbol

import * as preset from "@gusty/preset";

Add Package

yarn add jsr:@gusty/preset
or (using Yarn 4.8 or older)
yarn dlx jsr add @gusty/preset

Import symbol

import * as preset from "@gusty/preset";

Add Package

vlt install jsr:@gusty/preset

Import symbol

import * as preset from "@gusty/preset";

Add Package

npx jsr add @gusty/preset

Import symbol

import * as preset from "@gusty/preset";

Add Package

bunx jsr add @gusty/preset

Import symbol

import * as preset from "@gusty/preset";