argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.
https://open-props.style
MIT License
4.52k stars 184 forks source link
css css-colors css-custom-media-queries css-custom-properties css-easing-functions css-gradients css-normalise css-utilites
![Open Props Logo](https://user-images.githubusercontent.com/1134620/141246730-7df4cf2a-6249-42ca-a01b-494c3ccddabe.png) ## Open Source CSS Variables `colors` `gradients` `shadows` `aspect ratios` `typography` `easings` `animations` `sizes` `borders` `z-indexes` `media-queries` [![Tests](https://github.com/argyleink/open-props/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/argyleink/open-props/actions/workflows/tests.yml) [![npm version](http://img.shields.io/npm/v/open-props.svg)](https://npmjs.org/package/open-props) ![Discord](https://badgen.net/discord/members/AqA4fU886r)
### Need help?   👉   [Discord](https://discord.gg/AqA4fU886r)


CDN (browse)

Bookmarklet

javascript: (() => {
  const href = "https://unpkg.com/open-props";
  document.head.append(Object.assign(document.createElement("link"),{rel:"stylesheet",href}));
})();

CLI