diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 88a4cc7..1a37062 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -357,3 +357,4 @@ - Made a few minor tweaks, decided not to add `accordion`-specific styling, as the current styling is just enough. - Edited the demo page to include most of the new functionality. - *TODO* Move `_accordion.scss` to the `legacy` folder etc. +- Deployed live demo. diff --git a/docs/v2/index.html b/docs/v2/index.html index 027b233..f051844 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -2,7 +2,7 @@ <html> <head> <!-- Live demo styled as of 20161109 --> - <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/7e9afb6bba926b53849ad8d6bb8c8537a777e200/flavors/v2/mini-default.min.css"> + <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/e9750940ad12ecafc6a75957f11bb342b907d62d/flavors/v2/mini-default.min.css"> <link rel="stylesheet" href="../../flavors/v2/mini-default.css"> <title>mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework</title> <meta charset="utf-8">