Skip to content

forge-css 1.1.0

Install from the command line:
Learn more about npm packages
$ npm install @zigurous/forge-css@1.1.0
Install via package.json:
"@zigurous/forge-css": "1.1.0"

About this version

Forge CSS

GitHub Actions Workflow Status GitHub package.json version GitHub License

The official CSS implementation of the Forge design system created by @zigurous.

Installation

CDN

Available from any of the following:

  • Install with CloudFront https://cdn.zigurous.com/[email protected]/dist/index.min.css
  • Install with jsDelivr https://cdn.jsdelivr.net/gh/zigurous/[email protected]/dist/index.min.css
  • Install with Statically https://cdn.statically.io/gh/zigurous/forge-css/1.1.0/dist/index.min.css

Link to the stylesheet in your HTML file:

<link href="https://cdn.zigurous.com/[email protected]/dist/index.min.css" rel="stylesheet">

GitHub Packages

Generate a personal access token in your GitHub account with the read:packages scope. GitHub requires an auth token to download packages even if they are public.

Add an .npmrc file in the same directory as your package.json with the lines below. Replace ${NPM_TOKEN} with the token you generated in the previous step.

registry=https://registry.npmjs.org/
@zigurous:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}

Install the package using your preferred package manager:

  • Install with npm npm install @zigurous/forge-css
  • Install with yarn yarn add @zigurous/forge-css
  • Install with pnpm pnpm add @zigurous/forge-css

Import the css file in your code:

import '@zigurous/forge-css/dist/index.min.css'

Details


Assets

  • forge-css-1.1.0.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all