All Projects â†’ hauptrolle â†’ stitches-reset

hauptrolle / stitches-reset

Licence: other
The famous Eric Meyer's Reset CSS for stitches

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to stitches-reset

Stitches
CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.
Stars: ✭ 4,402 (+12477.14%)
Mutual labels:  css-in-js, stitches
Twin.macro
đŸŠč‍♂ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, stitches and goober) at build time.
Stars: ✭ 5,137 (+14577.14%)
Mutual labels:  css-in-js, stitches
stitchwind
A bridge between Tailwind and Stitches
Stars: ✭ 33 (-5.71%)
Mutual labels:  css-in-js, stitches
stitches-utils
Helpful stitches shorthand utilities combined in one package
Stars: ✭ 35 (+0%)
Mutual labels:  css-in-js, stitches
react-fullstack-template
React template with a NodeJS backend
Stars: ✭ 18 (-48.57%)
Mutual labels:  css-in-js
solid-styled
Reactive stylesheets for SolidJS
Stars: ✭ 92 (+162.86%)
Mutual labels:  css-in-js
picketer-admin
PWA admin panel for picketer
Stars: ✭ 35 (+0%)
Mutual labels:  css-in-js
csx
Utility functions for TypeStyle
Stars: ✭ 92 (+162.86%)
Mutual labels:  css-in-js
postcss-styled
PostCSS syntax for parsing styled components
Stars: ✭ 53 (+51.43%)
Mutual labels:  css-in-js
rogue.js
The "nearly invisible" way to server-render React applications
Stars: ✭ 1,914 (+5368.57%)
Mutual labels:  css-in-js
monad-ui
Utility First CSS-in-JS
Stars: ✭ 33 (-5.71%)
Mutual labels:  css-in-js
stylish-components
A component styling library with minimalism and performance in mind
Stars: ✭ 18 (-48.57%)
Mutual labels:  css-in-js
elodin-old
Quality and Optimisation tools for CSS in JavaScript
Stars: ✭ 15 (-57.14%)
Mutual labels:  css-in-js
personal-portfolio
My personal website built with React, Next.js, Stitches and MDX for content.
Stars: ✭ 37 (+5.71%)
Mutual labels:  stitches
styled-jsx-plugin-postcss
Plugin to add PostCSS support to styled-jsx.
Stars: ✭ 86 (+145.71%)
Mutual labels:  css-in-js
styled-px2vw
Extension of styled-components with features for convert px to vw units
Stars: ✭ 87 (+148.57%)
Mutual labels:  css-in-js
gloss
a powerful style system for building ui kits
Stars: ✭ 16 (-54.29%)
Mutual labels:  css-in-js
cssta
jacobp100.github.io/cssta/
Stars: ✭ 91 (+160%)
Mutual labels:  css-in-js
lwjgl3-www
The LWJGL 3 website.
Stars: ✭ 105 (+200%)
Mutual labels:  stitches
jahir.dev
My personal website 💎 – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (+240%)
Mutual labels:  stitches

stitches-reset

GitHub release issues

Eric Meyer's Reset CSS for stitches.

Check out the demo on codesandbox.


Installation:

yarn add stitches-reset

or

npm install stitches-reset

Usage:

import * as React from "react";
import { reset } from "stitches-reset";
import { css } from "path-to/stitches.config.js";

css.global(reset);

const App = () => (
  <React.Fragment>
    <h1>Hi, I'm an app!</h1>
  </React.Fragment>
);

Credits

All credit goes to Eric Meyer for reset.css and zacanger for the styled-reset example.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].