Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 698 Bytes

File metadata and controls

27 lines (21 loc) · 698 Bytes

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 'pkg:@matteusan/sentro';
@use '@matteusan/himig/ms-button';

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

Contributing

Contributing guidelines are located here.