From d3f35854e723274703d53f19a7fd13ae180109b6 Mon Sep 17 00:00:00 2001 From: dohliam Date: Wed, 24 May 2017 12:10:06 -0700 Subject: [PATCH] +toc --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c390a9..0de6c8d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ This is a quick drop-in CSS switcher to allow for previewing some of the many mi This project only includes _minimal_ frameworks, in other words, boilerplate frameworks that require no adjustment of the corresponding HTML and can be simply dropped into the project to provide a starting point for further design. No additional javascript, compiling, pre-processors, or fiddling with classes should be required for these to look good and be responsive. +* [1 Usage](#usage) +* [2 Frameworks](#frameworks) + * [2.1 Adding frameworks](#adding-frameworks) + * [2.2 List of frameworks](#list-of-frameworks) + * [2.3 Theme collections](#theme-collections) +* [3 Bookmarklet](#bookmarklet) +* [4 See also](#see-also) +* [5 Acknowledgements](#acknowledgements) +* [6 License](#license) + ## Usage To use the CSS switcher, just add the following line anywhere within the body tag on your page: @@ -12,11 +22,14 @@ To use the CSS switcher, just add the following line anywhere within the body ta That's it! You should now be able to cycle through the different frameworks by choosing them from the dropdown at the top of the page. -## Adding frameworks +## Frameworks + +### Adding frameworks If you know of a minimal framework that hasn't been included here, by all means create an [issue](https://github.com/dohliam/dropin-minimal-css/issues) or [pull request](https://github.com/dohliam/dropin-minimal-css/pulls) so that we can add it to the list! -## List of frameworks +### List of frameworks + * [awsm](https://github.com/igoradamenko/awsm.css) by @igoradamenko ([MIT](https://github.com/igoradamenko/awsm.css/blob/master/LICENSE.md)) * [base](https://github.com/matthewhartman/base) by @matthewhartman ([MIT](https://github.com/matthewhartman/base#license)) * [bullframe](https://github.com/marcopontili/bullframe.css) by @marcopontili ([MIT](http://opensource.org/licenses/MIT)) @@ -91,6 +104,7 @@ Boomarklet generated by the [Bookmarklet Creator](http://mrcoles.com/bookmarklet * Example videos provided by the [Blender Foundation](https://peach.blender.org/) via the [HTML5-Test-Videos](https://github.com/benhosmer/HTML5-Test-Videos) project * Embedded audio by [John Pazdan](http://ccmixter.org/files/flatwound/14476) at [ccMixter](http://ccmixter.org/files/flatwound/14476) * Special thanks to [Tacit CSS](https://github.com/yegor256/tacit), which was the original inspiration for making this list to answer the question "Where can I find more frameworks like Tacit?" +* Table of contents made with [tocdown](https://github.com/dohliam/tocdown) ## License