Live page deployment

This commit is contained in:
Angelos Chalaris 2016-11-03 23:05:18 +02:00
parent 43f2cb7cbd
commit 9f4077833f
2 changed files with 5 additions and 3 deletions

View file

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

View file

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