himig
v1.2.1
Published
MatteuSan's personal design system for building user interfaces.
Downloads
3
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 @matteusan/himig --save
# or
$ yarn add @matteusan/himig
// main.scss
@use 'node_modules/@matteusan/himig';
@use 'node_modules/@matteusan/himig/ms-button';
@include himig.init {
@include ms-button.render();
}
Contributing
Contributing guidelines are located here.