/spaden

The FINN.no front-end CSS framework built on top of OOCSS

Primary LanguageCSS

Spaden - the FINN.no CSS framework

There is a Scandinavian figure of speech which is call a spade a spade. The is the reason this project is called Spaden.

travis status

NPM NPM

Building

# Install dependencies
$ npm install

# Build artifacts
$ npm run package

The built artifacts reside in the /dist folder in the current directory.

Releasing

When releasing you must specify how to bump the version number. Please consult the semver standard if you're not certain which to choose:

$ npm version [patch | minor | major]
$ ./node_modules/.bin/gulp
$ npm publish . --registry https://registry.npmjs.org
# Ensure the tags are pushed too
$ git push origin <branch name>
$ git push --tags origin <branch name>

# Finn internal deploy
$ node legacyDeploy.js false | true

Legacy browser support

<!--[if IE 9]>
<link rel="stylesheet" href="styles/ie9.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" href="styles/ie8.css">
<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="styles/ie.css">
<![endif]-->

Contributing?

Check out our contribution guidelines for the most efficient way to contribute.