@carbon-extra/css

2.0.0 • Public • Published

@carbon-extra/css

Compiled version of @carbon/styles. So you don't have to install sass again.

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 name Description Status
full.css Self-hosted, Minified & All themes
cdn/full.css CDN, Minified & All themes
unminified/full.css Self-hosted & All themes
unminified/cdn/full.css CDN & All themes
white.css Self-hosted, Minified & White theme
g10.css Self-hosted, Minified & G10 theme
g90.css Self-hosted, Minified & G90 theme
g100.css Self-hosted, Minified & G100 theme

Note

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

Package Sidebar

Install

npm i @carbon-extra/css

Weekly Downloads

3

Version

2.0.0

License

WTFPL

Unpacked Size

3.18 MB

Total Files

9

Last publish

Collaborators

  • lamualfa