0.0.5 • Published 7 years ago

@redarrowlabs/strongback-css v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

strongback-css

Strongback-css is the combination of a collection of default SASS files and dependencies, CSS components built on top of them, that are informed by the Red Arrow Labs pattern library.

This package is setup to build Red Arrow apps. While extendable, using the markup and CSS as provided will result in an app that reflects the Red Arrow look and feel.

Quick Start

npm install
npm run fractal:sync
npm run watchsass
npm run release

Usage

Knowledge

Tools:

Install

TBD

Developing

  • npm run watchsass to build and watch scss changes happening in ui-assets/scss. This will also build a development css file with sourcemaps into public/css that is consumed by Fractal.
  • npm run fractal:sync to build and run fractal instance at http://localhost:3000

Running both simultaneously will allow changes to scss files to automatically be hot-injected into the Fractal instance.

  • npm run release build the production sass file in dist/app.css.