diff --git a/docs/index.html b/docs/index.html index 81f5ab6..5d47e42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md new file mode 100644 index 0000000..e49901e --- /dev/null +++ b/docs/v2/DEVLOG.md @@ -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`. \ No newline at end of file diff --git a/docs/v2/index.html b/docs/v2/index.html new file mode 100644 index 0000000..3dd298c --- /dev/null +++ b/docs/v2/index.html @@ -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> \ No newline at end of file diff --git a/flavors/v2/mini-default.css b/flavors/v2/mini-default.css new file mode 100644 index 0000000..e69de29 diff --git a/flavors/v2/mini-default.min.css b/flavors/v2/mini-default.min.css new file mode 100644 index 0000000..e69de29 diff --git a/flavors/v2/mini-default.scss b/flavors/v2/mini-default.scss new file mode 100644 index 0000000..e69de29 diff --git a/scss/v2/_base.scss b/scss/v2/_base.scss new file mode 100644 index 0000000..e69de29