@fredbradley/tfl-colours
v1.1.0
Published
A simple snippet of CSS which can brighten up your website when giving complex travel instructions or direction when using public transport in London.
Downloads
4
Maintainers
Readme
TFL Colours
A simple snippet of CSS which can brighten up your website when giving complex travel instructions or direction when using public transport in London.
Installation
Via a CDN
Just add this line of code into your <head>
.
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/fredbradley/tfl-colours/build/css/style.css" />
Via NPM
npm install @fredbradley/tfl-colours
Then in your main JS:
require('@fredbradley/tfl-colours')
This method is still a work in progress. See Issue #1 for more info.
Copy the code
Alternatively you can just copy the contents of build/css/style.css
(it's only small). However, you won't have the benefit of any updates being automatically applied.
Usage / Examples
For example, please checkout the examples page.
License
MIT
Queries, comments, suggestions
I'm open to ideas, and improvements. You can find me on @fredbradley on Twitter and GitHub.