Minimal CSS boilerplate for mobile-friendly development Forked from https://getskeleton.com
Go to file
Steve 7462765a84 Update with changes made while updating index.html
Mostly minor changes made to fix or improve minor issues found
while updating index.html from Skeleton repo.
2019-01-26 09:56:00 -05:00
css Update with changes made while updating index.html 2019-01-26 09:56:00 -05:00
images creating the downloadish page 2014-12-08 12:36:15 -08:00
.gitignore Add .DS_Store to .gitignore 2014-12-12 19:44:21 +00:00
index.html replace single quotes to double on index.html 2014-12-23 22:13:36 -06:00
LICENSE.md adding license to repo 2014-12-11 14:48:25 -08:00
README.md Replaced all colors with CSS vars 2019-01-21 05:22:36 -05:00

Barebones

Barebones is simple, responsive boilerplate based off the popular Skeleton project by Dave Gamache.

Why Barebones?

Building off of Skeleton's awesomeness:

  • Normalize.css added as a submodule to remain current
  • Updated to use CSS variables
  • Uses CSS Grid instead of 12-column grid system
  • Support for @media prefers-color-scheme (aka Dark Mode)
  • Pending Release: Uses CSS env() function
  • Possible: Add basic Nav boilerplate

Current Status

2019-01-20 - updates currently being made on v3 branch. No releases yet.

Getting started

Barebones can be downloaded via zip file or the repo can be cloned:

Note: The current master branch is simply v2.0.4 of Skeleton. Branch v3 is under active development.

What's in the download?

The download includes Skeleton's CSS, Normalize CSS as a reset, a sample favicon, and an index.html as a starting point.

Skeleton/
├── index.html
├── css/
│   ├── normalize.min.css
│   └── skeleton.css
└── images/
    └── favicon.ico

Browser support

  • Chrome latest
  • Firefox latest
  • Opera latest
  • Safari latest
  • IE latest

With the inclusion of CSS Grid, support for IE v11 and earlier is not included. Check caniuse for more details. While possible to include partial support for IE with -ms prefixes, it doesn't seem justified at this time.

License

All parts of Barebones are free to use and abuse under the MIT license.