0.0.1 • Published 1 year ago

@taskyio/css v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Documentation

Our documentation site lives at taskyio.style/css. You'll be able to find detailed documentation on getting started, all of the components, our theme, our principles, and more.

Install

This repository is distributed with npm. After installing npm, you can install @taskyio/css with this command:

npm install --save @taskyio/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 "@taskyio/css/index.scss";

You can import individual Taskyio modules directly from the @taskyio/css package:

@import "@taskyio/css/core/index.scss";
@import "@taskyio/css/product/index.scss";
@import "@taskyio/css/marketing/index.scss";

Development

See DEVELOP.md for development docs.

Releasing (for GitHub staff)

You can find docs about our release process in RELEASING.md.

License

MIT © GitHub