Initial commit for v2 development.
This commit is contained in:
parent
255b35a462
commit
e6d14ed368
7 changed files with 29 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
<p>If you want to create your own flavor, get involved or report an issue, head over to <strong>mini.css</strong>'s <a href="https://github.com/Chalarangelo/mini.css">Github repository</a> or the <a href="https://github.com/Chalarangelo/mini.css/wiki">wiki</a>. If you want to give <strong>mini.css</strong> a try using the default flavor, paste the following code inside your HTML page's <code><head></code> tag:</p>
|
||||
<pre style="overflow: auto;"><link rel=<span class="txt-green">"stylesheet"</span> href=<span class="txt-blue">"https://cdn.rawgit.com/Chalarangelo/mini.css/v1.1.0/flavors/mini-default.min.css"</span>></pre>
|
||||
|
||||
<p>If you'd rather use a package manager, <strong>mini.css</strong> is available in both Bowser and NPM:</p>
|
||||
<p>If you'd rather use a package manager, <strong>mini.css</strong> is available in both Bower and NPM:</p>
|
||||
<pre style="margin-left: 1px; border-left: 5px solid #3f84b3; border-top-left-radius: 0; border-bottom-left-radius: 0;"> <span class="txt-blue">bower install</span> mini.css</pre>
|
||||
<pre style="margin-left: 1px; border-left: 5px solid #3f84b3; border-top-left-radius: 0; border-bottom-left-radius: 0;"> <span class="txt-blue">npm install</span> mini.css</pre><br>
|
||||
|
||||
|
|
10
docs/v2/DEVLOG.md
Normal file
10
docs/v2/DEVLOG.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# mini.css v2.0 Development Log
|
||||
|
||||
## 20161012
|
||||
|
||||
- Initialized pages for v2.
|
||||
- Initialized `/scss/v2` directory.
|
||||
- Initialized `_base.scss` partial file.
|
||||
- Initialized `/flavors/v2` directory.
|
||||
- Initialized `mini-default` flavor.
|
||||
- Initialized `DEVLOG.md`.
|
18
docs/v2/index.html
Normal file
18
docs/v2/index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework">
|
||||
<meta name="keywords" content="mini, mini.css, CSS, responsive, framework, mobile first, style agnostic, Sass">
|
||||
<meta name="author" content="Angelos Chalaris (chalarangelo)">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<!-- v1.1.0 link for initial styling, disable while testing -->
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v1.1.0/flavors/mini-default.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>mini.css <small>A minimal Sass-y responsive mobile-first style-agnostic CSS framework</small></h1>
|
||||
<p><strong>v2.0</strong> is currently in development. The following page and any related links are going to be incomplete, buggy and/or unstable. But, if you are interested in seeing what it will look like, have a peek!</p>
|
||||
</body>
|
||||
</html>
|
0
flavors/v2/mini-default.css
Normal file
0
flavors/v2/mini-default.css
Normal file
0
flavors/v2/mini-default.min.css
vendored
Normal file
0
flavors/v2/mini-default.min.css
vendored
Normal file
0
flavors/v2/mini-default.scss
Normal file
0
flavors/v2/mini-default.scss
Normal file
0
scss/v2/_base.scss
Normal file
0
scss/v2/_base.scss
Normal file
Loading…
Reference in a new issue