Skip to content

Agezao/SpookyCss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SpookyCssπŸ‘»

A responsive starting point with just needed UI features.

Spooky is a simple, Skeleton based, responsive starting point with just needed UI features to kickstart any responsive project and provides (a tentative of) bootstrap compatibility.

Getting started

Install Global Dependancies

  • Node.js
  • bower: [sudo] npm install bower -g
  • gulp: [sudo] npm install gulp-cli -g

Install Local Dependancies

  • Download zip, [clone the repo](git clone https://github.com/Agezao/SpookyCss.git)
  • cd to project folder
  • run [sudo] npm install (first time users)
  • run [sudo] bower install (first time users)
  • run gulp (to compile Spooky)
  • or
  • run gulp dev (to watch Spooky files)
  • or
  • run gulp build (to compile and minify Spooky for production)

What's in the download?

The download includes Spooky's CSS, ~~Normalize CSS as a reset, and an index.html as a starting point.

spooky/
β”œβ”€β”€ index.html
β”œβ”€β”€ css/
β”‚   |── spooky.css
β”‚   └── spooky.min.css
β”œβ”€β”€ scss/
β”‚   |── base/
β”‚   |── modules/
β”‚   └── spooky.scss
β”œβ”€β”€ examples/
β”œβ”€β”€ package.json
β”œβ”€β”€ bower.json
β”œβ”€β”€ gulpfile.js
└── README.md

Browser support

  • Chrome latest
  • Firefox latest
  • Opera latest
  • Safari latest
  • IE latest

The above list is non-exhaustive. Spooky works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE9.

License

Spooky is under the open-source MIT license.