@evetv/css
v1.0.1
Published
Eve's Custom Fork of GitHub's Primer CSS Framework
Downloads
6
Maintainers
Readme
Documentation
As this is forked from Primer, most components are the same as the ones listed on their website. When we make major changes, we will update this repository accordingly.
Install
This repository is distributed with npm. After installing npm, you can install @evetv/css
with this command:
npm install --save @evetv/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 '@evetv/css';
You can import individual Mahogany modules directly from the @evetv/css
package:
@import '@evetv/css/core';
@import '@evetv/css/product';
@import '@evetv/css/marketing';
Development
See DEVELOP.md for development docs.
Releasing (for Eve staff)
You can find docs about our release process in RELEASING.md.