2.0.0 • Published 8 months ago

@carbon-extra/css v2.0.0

Weekly downloads
-
License
WTFPL
Repository
-
Last release
8 months ago

Install

Using PNPM
pnpm add @carbon-extra/css
Using NPM
npm i @carbon-extra/css
Using Yarn
yarn add @carbon-extra/css

Usage

Self-Hosted

Using CSS
@import 'node_modules/@carbon-extra/css/dist/index.css';
Using Javascript or Typescript
import '@carbon-extra/css'
Using HTML Link Stylesheet
<link rel="stylesheet" href="node_modules/@carbon-extra/css/dist/index.css">

CDN

Using JSDelivr
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@carbon-extra/css/dist/cdn/full.css">
Using UNPKG
<link rel="stylesheet" href="https://www.unpkg.com/@carbon-extra/css/dist/cdn/full.css">

Structures

File nameDescriptionStatus
full.cssSelf-hosted, Minified & All themes
cdn/full.cssCDN, Minified & All themes
unminified/full.cssSelf-hosted & All themes
unminified/cdn/full.cssCDN & All themes
white.cssSelf-hosted, Minified & White theme
g10.cssSelf-hosted, Minified & G10 theme
g90.cssSelf-hosted, Minified & G90 theme
g100.cssSelf-hosted, Minified & G100 theme

Note

Use Self-hosted version if you use module bundler like Webpack, Rollup, etc. Otherwise, use the CDN version instead.

2.0.0

8 months ago

1.45.0

8 months ago

1.44.0

10 months ago

1.38.1

1 year ago

1.38.0

1 year ago