0.0.1 • Published 4 years ago

@lukes-design-system/css v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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/css

Usage

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

4 years ago