Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

oltdaniel/skeleton-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skeleton-plus 🎡

GitHub issues GitHub stars GitHub forks npm

skeleton-plus is a fresh looking but still simple css framework. (only ~7kb, gzip => 2.1kb)

About

skeleton-plus is a fresh looking but still simple css framework that should be taken as basis for your next website. We designed it to be flexible but still small, thanks to scss you need to change some variables and you have your own version of skeleton-plus 😎

How to use it

Thanks to the opportunities the open-source development offers us, there are thousand ways to use this libary or change it. Below here I list only a few of them.

Just use it

Add <link rel="stylesheet" href="css/skeleton-plus.min.css"> to your <head>. If you want to use it in production, use the following links from awesome CDN's (which I really thank):

https://cdn.rawgit.com/oldaniel/skeleton-plus/master/dist/skeleton-plus.min.css
https://unpkg.com/skeleton-plus/dist/skeleton-plus.min.css

Download it

skeleton-plus can be downloaded over NPM or Github with the following commands:

GitHub: $ git clone https://github.com/oldaniel/skeleton-plus

Npm: $ npm install skeleton-plus

Don't like the new design?

Jump back to version two by using:

Npm: $ npm install skeleton-plus@2.0.1

https://cdn.rawgit.com/oltdaniel/skeleton-plus/v2.0.0/css/skeleton.plus.min.css
https://cdn.rawgit.com/oltdaniel/skeleton-plus/v2.0.0/css/normalize.min.css

https://unpkg.com/skeleton-plus@2.0.1/css/skeleton-plus.min.css
https://unpkg.com/skeleton-plus@2.0.1/css/normalize.min.css

Change it

Clone and mix up things. If you think your edits are interesting for the public, just open a new pull request on that.

Here a brief overview of our folder structure:

skeleton-plus
├── dist # Our destination folder
│   ├── skeleton-plus.css
│   ├── skeleton-plus.min.css
│   └── index.html
├── src # Our source folder
│   ├── _base.scss
│   ├── _button.scss
│   ├── _extra.scss
│   ├── _grid.scss
│   ├── _input.scss
│   ├── _navigation.scss
│   ├── _table.scss
│   ├── _typography.scss
│   └── style.scss
├── LICENSE
├── README.md
├── gulpfile.js
└── package.json

Some gulp task you should know about:

  • scss compiles the scss to css
  • scss:min compress the compiled css files
  • watch executes scss and scss:min on any file change

Required tools for development:

  • Node.js
  • NPM
  • Gulp installed globally (npm install gulp -g)

Credits & License

A project by Daniel Oltmanns. Other amazing contributors here.

GitHub license