0.0.1 • Published 6 years ago
@lukes-design-system/css v0.0.1
Install
This repository is distributed with npm. After installing npm, you can install @lukes-design-system/css with this command:
$ npm install --save @lukes-design-system/cssUsage
The included source files are written in Sass using SCSS syntax. After installing with npm, you can add your project's node_modules directory to your Sass include paths (AKA load paths in Ruby), then import it like this:
@import "@lukes-design-system/css/index.scss";You can import individual Primer modules directly from the @primer/css package:
@import "@lukes-design-system/css/core/index.scss";Development
See DEVELOP.md for development docs.
Releasing (for GitHub staff)
You can find docs about our release process in RELEASING.md.
0.0.1
6 years ago