Deploying demo
This commit is contained in:
parent
64af6f2d5f
commit
9e688837af
2 changed files with 3 additions and 2 deletions
|
@ -428,4 +428,5 @@
|
|||
- Fixed a mixup bug with `header` and `heading`. All the `hX` elements now use `heading` instead of `header` to deal with that problem.
|
||||
- Slightly tweaked the `margin`s and stuff of `p` and `hX` elements.
|
||||
- Added file size comparison between toolkits.
|
||||
- Updated `table` `border-radius`es.
|
||||
- Updated `table` `border-radius`es.
|
||||
- Deployed live demo with fixes etc.
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- Live demo styled as of 20161111 -->
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/5dcfabb7f3bdb01834414c27d2cca637e481c3b8/dist/mini-default.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/64af6f2d5fb2bdcad4ed49631031bf2ef4c3cd54/dist/mini-default.min.css">
|
||||
<!-- Local stylesheet -->
|
||||
<link rel="stylesheet" href="../../dist/mini-default.min.css">
|
||||
<title>mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue