Clever/design-system-prototype

Name: design-system-prototype

Owner: Clever

Description: Clever's Design System

Created: 2016-05-19 21:36:51.0

Updated: 2016-12-09 21:58:13.0

Pushed: 2016-08-15 18:09:08.0

Homepage: null

Size: 32

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Clever Design System

Lives at: http://clever.github.io/design-system/

Bassplate

Boilerplate for Basscss with postcss

Features
Getting Started

You will need

To start fresh, clone Bassplate into a new project and remove its git directory.

clone https://github.com/basscss/bassplate.git new-project
ew-project
rf .git

Install the dependencies.

install

Start watching files for compilation.

start

Use index.html as a starting point, and edit src/base.css to customize the CSS.

Adding optional modules

To add other helpful basscss modules, add the relevant @import to src/base.css and add the dependency to your package.json

So to add the basscss background image utils you'd:

Edit src/base.css

ort 'basscss-background-images';

Add the dependency

install basscss-background-images

and then recompile with

run css

MIT License


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.