mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	
			
				
					
						
					
					938eaaf7a6b70ff87949206ed89fab78bb250667
				
			
			
		
	Casper
The default theme for Ghost.
To download, visit the releases page.
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
 
Copyright & License
Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.
					Languages
				
				
								
								
									CSS
								
								57.2%
							
						
							
								
								
									Handlebars
								
								27.1%
							
						
							
								
								
									JavaScript
								
								15.7%