mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-07-31 19:10:25 +02:00
Deploying demo page
This commit is contained in:
@@ -374,3 +374,5 @@
|
|||||||
- Renamed `scss` directory to `src`. Renamed `flavors` directory to `dist`.
|
- Renamed `scss` directory to `src`. Renamed `flavors` directory to `dist`.
|
||||||
- Moved flavors from their directory to the `src` directory. CSS files produced from flavor files will go to the `dist` folder, along with the minified versions.
|
- Moved flavors from their directory to the `src` directory. CSS files produced from flavor files will go to the `dist` folder, along with the minified versions.
|
||||||
- *TODO* Update the `package.json` and `bower.json` files according to the new framework version.
|
- *TODO* Update the `package.json` and `bower.json` files according to the new framework version.
|
||||||
|
- Updated live demo page reference to use the new structure.
|
||||||
|
|
@@ -2,8 +2,8 @@
|
|||||||
<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/e90cdb6a472d4580538403d75bfbe91081537c30/flavors/v2/mini-default.min.css">
|
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/aa78a8f3c592252861c254ebb08cc81482e85135/dist/mini-default.min.css">
|
||||||
<link rel="stylesheet" href="../../flavors/v2/mini-default.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">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
Reference in New Issue
Block a user