Skip to content

MatteuSan's personal design system for building user interfaces.

License

Notifications You must be signed in to change notification settings

MatteuSan/himig

Repository files navigation

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 @matteusan/himig --save

# or

$ yarn add @matteusan/himig
// main.scss

@use '@matteusan/sentro';
@use '@matteusan/himig/ms-button';

@include himig.init() {
  @include ms-button.render();
}

Contributing

Contributing guidelines are located here.