0.3.0 • Published 6 years ago

@hig/styles v0.3.0

Weekly downloads
15
License
Apache-2.0
Repository
github
Last release
6 years ago

Styles

This package contains design tokens and platform specific styles for Autodesk HIG.

Getting started

Install the package

yarn add @hig/styles

Basic usage

Import stylesheets

import "@hig/styles/build/index.css";
@import "~@hig/styles/build/index.css";

Reference colors using SASS mixins

@import "~@hig/styles/mixins/colors.scss";

main (
  background: color(hig-blue-50);
}
0.3.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago