An open API service indexing awesome lists of open source software.

https://github.com/geometryzen/stemcstudio-css-base

CSS for STEMCstudio applications
https://github.com/geometryzen/stemcstudio-css-base

Last synced: 9 months ago
JSON representation

CSS for STEMCstudio applications

Awesome Lists containing this project

README

          

# CSS for STEMCstudio applications

![The Uncompressed size of this CSS](https://img.badgesize.io/https://unpkg.com/stemcstudio-css-base?label=Uncompressed%20Size)
![The GZIP size of this CSS](https://img.badgesize.io/https://unpkg.com/stemcstudio-css-base?compression=gzip&label=GZIP%20Size)
![The Brotli size of this CSS](https://img.badgesize.io/https://unpkg.com/stemcstudio-css-base?compression=brotli&label=Brotli%20Size)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

A small CSS file that you can use as the basis of your STEMCstudio projects.

## Installation

Unpkg CDN:

```html

```

jsDelivr CDN:

```html

```

### Development

First, clone this repository:

```console
git clone https://github.com/geometryzen/stemcstudio-css-base.git
```

Then, go to `stemcstudio-css-base` directory:

```console
cd stemcstudio-css-base
```

And now, you can minify and move the main reset to the `dist` by running:

```console
npm run build
```

That's it! 🎉

## License

MIT