https://github.com/geist-org/themes
CSS Variables of Geist Themes
https://github.com/geist-org/themes
Last synced: 4 months ago
JSON representation
CSS Variables of Geist Themes
- Host: GitHub
- URL: https://github.com/geist-org/themes
- Owner: geist-org
- License: mit
- Created: 2019-06-30T16:54:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:25:18.000Z (over 3 years ago)
- Last Synced: 2025-02-14T02:56:47.625Z (over 1 year ago)
- Language: Stylus
- Homepage:
- Size: 1.1 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Themes for Geist UI
> This is a CSS var definition style files, you can get some variables for the Geist Theme.
## Usage
### Install
```bash
yarn add @geist-ui/themes
```
### Import
- In `.js` file: `import '@geist-ui/themes/index.css'`
- Or `.(css|stylus|styl|scss|sass)` file: `@import '~@geist-ui/themes/index.css'`
- Or CDN: ``
## LICENSE
[MIT](./LICENSE)