Skip to content

lukemarsh/css

Repository files navigation

Luke's Design System CSS

The CSS implementation of Luke's Design System

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published