healthwatch/hw-css

There is no license information available for the latest version (dev-master) of this package.

dev-master 2024-06-07 09:43 UTC

This package is auto-updated.

Last update: 2024-11-10 09:52:51 UTC


README

This is a simple CSS that we use for our websites.

Install

bower install healthwatch/hw-css --save

Usage

<link rel="stylesheet" href="bower_components/hw-css/css/hw.min.css"> <!-- for WWW -->
<link rel="stylesheet" href="bower_components/hw-css/css/grp.min.css"> <!-- for GRP -->

Sample

See examples directory for samples.

Screenshot

test

Contribute

First off, you need to install Ruby and SASS to be able to compile SASS files into CSS using Grunt. Install Ruby from their webite.

https://rubyinstaller.org/

Once Ruby is installed, install SASS gem

gem install sass

Install all the NPM packages needed to compile the project.

npm install

Next install Grunt CLI so we can run the grunt and watch the files changed.

npm install -g grunt

Development

Run grun to listen the the file changes and automatically generate the minified and unminifed CSS into the css directory.

.\run-grant.bat

All contributions should go to a Pull request to be merged into the master branch. Thanks!