8000 GitHub - anechol/skeleton-plus: This is a Plus Version of Skeleton.css and PURE.css
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anechol/skeleton-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skeleton-plus

This is a Plus Version of Skeleton.css

Why skeleton-plus ?

Skeleton Plus includes more colors and functions than the original version of Skeleton.

#How to install ?

Github

Clone the repo from Github with:

git clone https://github.com/oltmannsdaniel/skeleton-plus.git

NPM

Install skeleton-plus over the Node.js NPM Manager:

npm install skeleton-plus

With ExpressJs you should use the following code:

app.use('/skeleton-plus', express.static(__dirname + '/node_modules/skeleton-plus/css/'));

And in the HTML file:

<link rel="stylesheet" href="skeleton-plus/skeleton.plus.css">

Example Page

http://oltmannsdaniel.github.io/skeleton-plus

About

This is a Plus Version of Skeleton.css and PURE.css

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 70.3%
  • HTML 29.7%
0