diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index e80bb72..66957b9 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -297,4 +297,6 @@ - Optimized `card`s and added variables etc. - Tested cards, seem to work properly. - Minor restructure of `utility` for consistency and such. -- Created mixin `make-card-section-alt-color` for alternate background `card` `section`s. Added a couple of variants just for fluff. \ No newline at end of file +- Created mixin `make-card-section-alt-color` for alternate background `card` `section`s. Added a couple of variants just for fluff. +- Opened issue for more mixins to be added to `card` module later. +- Deployed live page. diff --git a/docs/v2/index.html b/docs/v2/index.html index 159fccc..1dd428c 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html> <head> - <!-- Live demo styled as of 20161102 --> - <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/cffcec5e8bc45e44a8861fc2817890a204958877/flavors/v2/mini-default.min.css"> + <!-- Live demo styled as of 20161103 --> + <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/43f2cb7cbd7bb028559ddcf446484a24f7f9951a/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">