Agezao / old_spookycss

Deprecated version of spooky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpookyCss

Spooky is a responsive starting point with just basic UI features, based on the (un)official Sass version of Skeleton Framework.


Spooky is a simple, responsive boilerplate to kickstart any responsive project and provides (a tentative of) bootstrap compatibility.

Keep reading to start with Spooky >

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.

Acknowledgement

Skeleton was created by Dave Gamache for a better web.

Skeleton-Sass was created by Seth Coelen for a better Skeleton.

About

Deprecated version of spooky


Languages

Language:CSS 62.3%Language:HTML 36.5%Language:JavaScript 1.2%