4.0.0-beta.1 • Published 1 year ago

@ngxtw/css v4.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Usage

The stylesheet is available in two ways.

From CDN

Add one of the following <link> to your html file.

# Unminified stylesheet
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ngxtw/css@latest/styles.css">

# Minified stylesheet
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ngxtw/css@latest/styles.min.css">

From npm registry

install the package

# with npm
npm install @ngxtw/css

# with yarn
yarn add @ngxtw/css

# with pnpm
pnpm add @ngxtw/css

Then, import the stylesheet in your css file

@import '@ngxtw/css';

Note

Import the stylesheet in your main html/css file to avoid unnecessary duplication.

License

MIT

4.0.0-beta.1

1 year ago

4.0.0-beta.0

1 year ago

4.0.0-beta.9

1 year ago

4.0.0-beta.8

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago