1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-01-29 18:47:51 +01:00

Deploying demo

This commit is contained in:
Angelos Chalaris 2016-11-04 11:40:54 +02:00
parent 93ba0c20b7
commit 0ab9abc897
2 changed files with 3 additions and 2 deletions

View File

@ -312,3 +312,4 @@
- Updated demo a little bit to showcase all of the new features of `card`s.
- For consistency reasons (inconsistent `margin`s might cause problems with `card`s of different types), there is no choice to change the `margin` of customized `card`s through via mixin.
- Created mixin `make-card-section-alt-style`, added `double-padded` style to add twice the `padding` to sections.
- Deployed updated demo page.

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<!-- Live demo styled as of 20161103 -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/43f2cb7cbd7bb028559ddcf446484a24f7f9951a/flavors/v2/mini-default.min.css">
<!-- Live demo styled as of 20161104 -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/93ba0c20b72248857d90dd9a5b17f3112620acb6/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">