🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

spookycss

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spookycss

A responsive starting point with helpful UI features

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
20
150%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Acknowledgement

Skeleton was created by Dave Gamache for a better web.

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

Keywords

spooky

FAQs

Package last updated on 03 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts