@hyphev/below
v1.1.0
Published
The CSS design system of hyphev projects
Readme
Documentation
Our documentation site lives at below.hyphev.com.
Installation
Install @hyphev/below in your project with npm:
npm install @hyphev/belowUsage
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 "@hyphev/below/";You can import individual below modules directly from the @hyphev/below package:
@import "@hyphev/below/globals/";
@import "@hyphev/below/foldings/";
@import "@hyphev/below/menus/";Local Development
To run @hyphev/below locally when adding or updating components:
- Clone this repo:
git clone https://github.com/hyphev/below - Install dependencies:
npm install - Compile dist:
npm run dist - Run the dev app:
npm start
[WIP] See the contributing docs for more info on code style, testing, and coverage.
