0.3.0 • Published 7 years ago

@hig/styles v0.3.0

Weekly downloads
15
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago