1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-04-19 11:51:55 +02:00

Deploying demo

This commit is contained in:
Angelos Chalaris 2016-11-11 16:03:24 +02:00
parent 64af6f2d5f
commit 9e688837af
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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>