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.
- 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)
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
- 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.
Spooky is under the open-source MIT license.