0.4.7 • Published 1 year ago

@growstocks/gaia v0.4.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Gaia Logo Light Mode Gaia Logo Dark Mode

Prerequisites

Be sure to have NodeJS LTS installed. Any other version will risk the project breaking in development. This design system is dependent on the CSS preprocessor, Sass. When using sass, be sure to use DartSass instead of the now deprecated LibSass (node-sass).

Setup

$ npm install @growstocks/gaia --save

# or

$ yarn add @growstocks/gaia
// main.scss

@use 'node_modules/@growstocks/gaia';
@use 'node_modules/@growstocks/gaia/gs-button';

@include gaia.init {
  @include gs-button.render();
}

Contributing

Contributing guidelines are located here.

0.4.7

1 year ago

0.3.0

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.6

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago