Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 435 Bytes

Themes

This directory contains various themes that can be used in Stonecrop applications. Each theme is a separate directory that contains the relevant stylesheets.

Themes

  • agritheory
  • dark
  • default
  • excel
  • legal
  • verdant
  • vue

Usage

To use a theme, import the corresponding stylesheet into your application. For example, to use the dark theme:

import '@stonecrop/themes/dark.css';