/gaia

A design system for building living and breathing experiences for Growtopians.

Primary LanguageSCSSMIT LicenseMIT

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.