skeleton-plus
is a fresh looking but still simple css framework. (only ~7kb, gzip => 2.1kb)
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
😎
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.
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
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
Jump back to version two by using:
Npm: $ npm install [email protected]
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/[email protected]/css/skeleton-plus.min.css
https://unpkg.com/[email protected]/css/normalize.min.css
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 cssscss:min
compress the compiled css fileswatch
executesscss
andscss:min
on any file change
Required tools for development:
- Node.js
- NPM
- Gulp installed globally (
npm install gulp -g
)
A project by Daniel Oltmanns. Other amazing contributors here.