Skip to content

Universal set of styles that are used by all web-based projects.

Notifications You must be signed in to change notification settings

wcmc-its/wcm-styles

Repository files navigation

WCM Styles

The styles here are based on the Weill Cornell Medicine Brand Guidelines.

These styles are built using Webpack. The ready to use styles are found in the dist folder along with a sample index.html file as a demo. The demo is also available through this project's GitHub pages page.

The wcm.css stylesheet includes Bootstrap v4 (without Glyphicons) and Font Awesome v4.7. For Bootstrap v3 see the v0.3.x branch.

wcm.js includes jQuery v3 and Popper.js v1 along with the base Bootstrap libraries. It also includes Inputmask

Building

Install the dependencies with npm and then run the build script.

npm install
npm run build

Developing

Let Webpack monitor your changes and rebuild in real time.

npm run watch

Serving

If you'd like to use a local copy of these assets with another project you can use http-server. There is a friendly project script for this that uses port 8080 by default.

npm run serve

About

Universal set of styles that are used by all web-based projects.

Resources

Stars

Watchers

Forks

Packages

No packages published