@system76/design
v5.4.2
Published
System76 styles and design related web assets
Readme
This repository contains all colors, style variables, typography and documentation related to how System76 styles it's web projects. It serves as the single source of truth that all other web projects should use.
Using
npm install --save-dev @system76/designTips
- You will need to ensure that babel
sourceTypeis set tounambiguous. In nuxt, this means adding the following to your configuration:
build: {
babel: {
sourceType: 'unambiguous'
}
}Development
Download the repository
Run
npm ciRun
npm run buildRun
npm startStart hacking
Deployment
Simply push to master and travis will do all the work for you!
