mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-04-14 01:11:51 +02:00
Live page deployment
This commit is contained in:
parent
43f2cb7cbd
commit
9f4077833f
@ -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.
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user