@yattho/css v0.1.1
Inspired by Github's Primer CSS.
Documentation
Our documentation site lives at yattho.com/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 @yattho/css
with this command:
npm install --save @yattho/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 "@yattho/css/index.scss";
You can import individual Yattho modules directly from the @yattho/css
package:
@import "@yattho/css/core/index.scss";
@import "@yattho/css/product/index.scss";
@import "@yattho/css/marketing/index.scss";
Development
See DEVELOP.md for development docs.
Releasing (for NearchX staff)
You can find docs about our release process in RELEASING.md.
License
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago