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
- Host: GitHub
- URL: https://github.com/geometryzen/stemcstudio-css-base
- Owner: geometryzen
- License: mit
- Created: 2023-07-03T14:05:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T16:16:49.000Z (almost 3 years ago)
- Last Synced: 2025-05-18T00:11:17.394Z (about 1 year ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS for STEMCstudio applications



[](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