Vivid-Casper/README.md

27 lines
876 B
Markdown
Raw Normal View History

2013-08-24 23:01:45 +00:00
# Casper
2013-05-10 21:38:18 +00:00
2013-06-13 20:37:47 +00:00
The default theme for [Ghost](http://github.com/tryghost/ghost/).
2014-08-11 07:16:40 +00:00
To download, visit the [releases](https://github.com/TryGhost/Casper/releases) page.
2017-05-15 20:03:47 +00:00
## Development
Casper styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally. After that, from the root directory:
`$ npm install`
`$ gulp`
Now you can edit `/assets/css/` files, which will be compiled to `/assets/public/` automatically.
## PostCSS Features Used
- Autoprefixer - Don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser.
- Variables - Simple pure CSS variables
- [Color Function](https://github.com/postcss/postcss-color-function)
2013-06-13 20:37:47 +00:00
## Copyright & License
2017-01-04 10:53:34 +00:00
Copyright (c) 2013-2017 Ghost Foundation - Released under the [MIT license](LICENSE).