Depolying live demo
This commit is contained in:
parent
edeeb4c839
commit
6ea1ab4bd6
2 changed files with 4 additions and 2 deletions
|
@ -358,4 +358,6 @@
|
|||
- Edited the demo page to include most of the new functionality.
|
||||
- *TODO* Move `_accordion.scss` to the `legacy` folder etc.
|
||||
- Deployed live demo.
|
||||
- Minor change to the way `transition`s work for `tabs`, they will now all utilize the `transform` implementation.
|
||||
- Tested on mobile, found some presentational problems.
|
||||
- Minor change to the way `transition`s work for `tabs`, they will now all utilize the `transform` implementation.
|
||||
- Deployed updated live demo page.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- Live demo styled as of 20161109 -->
|
||||
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/e9750940ad12ecafc6a75957f11bb342b907d62d/flavors/v2/mini-default.min.css"> -->
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/edeeb4c8394e99a28f1ee63386dbf7e4a1810ace/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">
|
||||
|
|
Loading…
Reference in a new issue