@growstocks/gaia
v0.4.7
Published
A design system for building living and breathing experiences for Growtopians.
Downloads
23
Readme
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.