mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-01 03:20:30 +02:00
Live demo
This commit is contained in:
@@ -407,3 +407,4 @@
|
|||||||
- Added modular `box-shadow` for `table` element. Tweaked to be responsive on smaller screens.
|
- Added modular `box-shadow` for `table` element. Tweaked to be responsive on smaller screens.
|
||||||
- Added modular `box-shadow` for `tabs` container. This might have some minor problems with `border-radius`es.
|
- Added modular `box-shadow` for `tabs` container. This might have some minor problems with `border-radius`es.
|
||||||
- Added flexbox-based `button-group` system. Added responsiveness to it and optimized accordingly.
|
- Added flexbox-based `button-group` system. Added responsiveness to it and optimized accordingly.
|
||||||
|
- Deployed live demo with new features.
|
@@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Live demo styled as of 20161109 -->
|
<!-- Live demo styled as of 20161109 -->
|
||||||
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/49a055e91da81cc514b4ae07ab4a28ea912014bb/dist/mini-default.min.css">
|
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/4c473fa3216f1da2d0c140c9274a506de6e2ecd5/dist/mini-default.min.css">
|
||||||
<link rel="stylesheet" href="../../dist/mini-default.min.css">
|
<link rel="stylesheet" href="../../dist/mini-default.min.css">
|
||||||
<title>mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework</title>
|
<title>mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
Reference in New Issue
Block a user