Skip to content

Latest commit

 

History

History

theme

Foo

Description for foo.

Install

npm i foo

Usage

// custom.scss
// Option A: Include all of SCSS

// variable overrides
$body-bg: #f5f5f5;
$body-color: #222;

@import '~foo/scss/theme';

// add additional custom styles
.foo {
  color: $body-color;
}

License

GitHub

A project by Stilearning © 2024.