1.2.0 • Published 9 years ago

stackgl-readme-css v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

stackgl-readme-css

npm.io npm.io npm.io npm.io

Reusable CSS for styling README/Markdown content consistently.

example here

Usage

NPM

Can be imported using sheetify or rework-npm like so:

@import 'stackgl-readme-css';

Or required as a string from browserify or node:

require('insert-css')(require('stackgl-readme-css'))

Fonts

Roboto

For headings. Can be sourced easily from Google Fonts.

Fantasque Sans Mono

For body text and code. It's Open Source! A copy has also been included in this repo for hosting on gh-pages with.

Colors

  • Blue: #66C4FF
  • Yellow: #FFE169
  • Red: #FF6F5C
  • Green: #61FF90
  • Black: #34363B
  • Dark Grey: #4A4F5E
  • Grey: #5B6173
  • Light Grey: #A9B0C2
  • Lighter Grey: #DEE7FF
  • White: #FFFFFF

License

MIT. See LICENSE.md for details.

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago