0.1.12 • Published 3 years ago

stitches-zigzag v0.1.12

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Stitches Zigzag https://www.npmjs.com/package/stitches-zigzag

Tailwind inspired tools to build fast with Stitches

Get Started

npm install stitches-zigzag

stitches.config.ts

import createCss from "@stitches/react";
import { tailwind } from "stitches-zigzag";

const stitches = createCss(tailwind);

// ...

global.ts

import { global } from "stitches.config";
import { modernNormalize } from "stitches-zigzag";

export const globalStyles = global(modernNormalize);

// ...

Exports

This provides three named exports:

NameDescription
screensAn object with each breakpoint
tailwindStitches configuration object based on the default TailwindCSS configuration
modernNormalizeStitches global css object port of modern-normalize
0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago