Giter Site home page Giter Site logo

yudai-nkt / open-props Goto Github PK

View Code? Open in Web Editor NEW

This project forked from argyleink/open-props

0.0 0.0 0.0 52.9 MB

CSS custom properties to help accelerate adaptive and consistent design.

Home Page: https://open-props.style

License: MIT License

JavaScript 24.31% CSS 31.78% HTML 43.91%

open-props's Introduction

Open Props Logo

Open Source CSS Variables

colors gradients shadows aspect ratios typography
easings animations sizes borders z-indexes media-queries

Tests npm version Discord


Need help? ย  ๐Ÿ‘‰ ย  Discord


CDN (browse)

Bookmarklet

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

CLI

  • npm run gen:op - runs through src/ js files and creates the PostCSS files in src/
  • npm run gen:nowhere - creates a version of Open Props without the use of :where()
  • npm run gen:shadowdom - creates a version of Open Props with :host as the selector scope
  • npm run gen:prefixed - creates a version of Open Props with each prop prefixed with op, like --op-font-size-1
  • npm run bundle - creates all the various minified bundles of props
  • npm run lib:js - builds the JS modules for NPM

open-props's People

Contributors

argyleink avatar davideast avatar afif13 avatar hchiam avatar cbontems avatar romainmenke avatar kaf-lamed-beyt avatar waspeer avatar sharu725 avatar isaacthefallenapple avatar webmechanic avatar mayank99 avatar aaronccasanova avatar aleksandrhovhannisyan avatar hunzaboy avatar benbender avatar nucliweb avatar equinusocio avatar kwangure avatar kalligator avatar ff2400t avatar yudai-nkt avatar phoenisx avatar grimlink avatar rienheuver avatar hirasso avatar que-tin avatar philstenning avatar syndicatefx avatar paologiraudi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.