@geist-ui/themes

This is a CSS var definition style files, you can get some variables for the Geist Theme.

Usage no npm install needed!

<script type="module">
  import geistUiThemes from 'https://cdn.skypack.dev/@geist-ui/themes';
</script>

README

Themes for Geist UI

This is a CSS var definition style files, you can get some variables for the Geist Theme.

Usage

Install

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: <link href="https://cdn.jsdelivr.net/npm/@geist-ui/themes@latest/index.css" rel="stylesheet">

LICENSE

MIT