1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-11 00:13:59 +02:00

Restructure and card module initial (empty) commit

This commit is contained in:
Angelos Chalaris
2016-11-02 23:39:11 +02:00
parent cffcec5e8b
commit ad02c60db7
5 changed files with 23 additions and 10 deletions

View File

@@ -283,3 +283,5 @@
- Added `make-floats` and `make-center-block` mixins along with `make-clearfix` mixin from *v1*.
- Explained utilities in demo page.
- Deployed demo page with utilities docs.
- Started developing `shell`. Added `shell` file and `mini-shell/card` file for the `card` module.
- Actually deleted `shell` file, moved everything to `core` file, renamed to `_mini.scss`.

View File

@@ -2,7 +2,7 @@
<html>
<head>
<!-- Live demo styled as of 20161102 -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/bd3b5cbc4efd3c58bfbdb443a72e5aa5b34cfefc/flavors/v2/mini-default.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/cffcec5e8bc45e44a8861fc2817890a204958877/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">