Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Pre-release commit
Browse files Browse the repository at this point in the history
Updated all flavor files and docs to reflect next release.
  • Loading branch information
Chalarangelo committed May 4, 2017
1 parent 22b730b commit d410d1a
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.1.4

- Updated documentation pages for a better user experience.
- Removed excessive styling from certain elements and pseudo-class selectors, optimized parts of the code, effectively shrinking the size of the framework.

## v2.1.3

- Removed some legacy browser support features.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flavor name: Dark (mini-dark)
Author: Angelos Chalaris ([email protected])
Maintainers: Angelos Chalaris
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
/*
Browsers resets and base typography.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flavor name: Default (mini-default)
Author: Angelos Chalaris ([email protected])
Maintainers: Angelos Chalaris
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
/*
Browsers resets and base typography.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini-lite.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flavor name: Lite (mini-lite)
Author: Angelos Chalaris ([email protected])
Maintainers: Angelos Chalaris
mini.css version: v2.1.2 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
/*
Browsers resets and base typography.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini-nord.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flavor name: Nord (mini-nord)
Author: tphecca (https://github.com/tphecca)
Maintainers: tphecca
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
/*
Browsers resets and base typography.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini-sucroa.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flavor name: Sucroa (mini-sucroa)
Author: Angeliki Daskalakis
Maintainers: Angeliki Daskalakis, Angelos Chalaris ([email protected])
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
@import url("https://fonts.googleapis.com/css?family=Cousine:400,400i,700|Libre+Baskerville:400,400i,700&subset=latin-ext");
/*
Expand Down
2 changes: 1 addition & 1 deletion docs/flavors.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<h1>Flavors</h1>
<p>One of the core ideas behind <strong>mini.css</strong> is its flavor system. A flavor is the final compiled stylesheet a website or web app uses. When you start using <strong>mini.css</strong>, you usually try out the default flavor, using one of the following references inside your HTML page's <code>&lt;head&gt;</code> tag:</p>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css&quot;</span>&gt;</pre>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.3/dist/mini-default.min.css&quot;</span>&gt;</pre><br>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.4/dist/mini-default.min.css&quot;</span>&gt;</pre><br>
<p>There are, however a handful of other flavors included with <strong>mini.css</strong>. Below, you can see a full list of them:</p><br>
<ul style="margin-left:0px; padding-left: 4px">
<li class="card fluid">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>Setup &amp; usage</h2>
<br/>
<p>Alternatively, you can use either <strong>GitCDN</strong> or <strong>RawGit</strong> to import the default flavor of <strong>mini.css</strong>. Simply add one of the following references inside your HTML page's <code>&lt;head&gt;</code> tag:</p>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css&quot;</span>&gt;</pre>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.3/dist/mini-default.min.css&quot;</span>&gt;</pre><br/>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.4/dist/mini-default.min.css&quot;</span>&gt;</pre><br/>
<p>Finally, you can find <strong>mini.css</strong> on <a href="https://cdnjs.com/libraries/mini.css">cdnjs</a>, which you can use to include it in your projects.</p><br/>
<hr>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/quick_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1>Quick Reference</h1>
</div><br>
<p>You can import the default flavor of <strong>mini.css</strong> in your webpage by simply adding one of the following references inside your HTML page's <code>&lt;head&gt;</code> tag:</p>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css&quot;</span>&gt;</pre>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.3/dist/mini-default.min.css&quot;</span>&gt;</pre><br>
<pre>&lt;<span class="fore-tertiary">link</span> <span class="fore-secondary">rel</span>=<span class="fore-primary">&quot;stylesheet&quot;</span> <span class="fore-secondary">href</span>=<span class="fore-primary">&quot;https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.4/dist/mini-default.min.css&quot;</span>&gt;</pre><br>
<p>You can also find <strong>mini.css</strong> on <a href="https://cdnjs.com/libraries/mini.css">cdnjs</a>, which you can use to include it in your projects.</p><br/>
<p>We strongly suggest you add the following line inside your HTML page's <code>&lt;head&gt;</code> to utilize the viewport meta tag:</p>
<pre>&lt;<span class="fore-tertiary">meta</span> <span class="fore-secondary">name</span>=<span class="fore-primary">&quot;viewport&quot;</span> <span class="fore-secondary">content</span>=<span class="fore-primary">&quot;width=device-width, initial-scale=1&quot;</span>&gt;</pre>
Expand Down
2 changes: 2 additions & 0 deletions docs/v2/DEVLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1090,3 +1090,5 @@
- Updated doc layout for consistency and better display on most screens.
- Updated custom `border` styling for docs to be consistent in terms of coloring.
- Made margins and spacing for most pages more responsive to make things easier to view on mobile.
- Updated version tag in everything.
- Updated `CHANGELOG` to reflect the latest changes. Ready to release (tomorrow morning).
2 changes: 1 addition & 1 deletion src/flavors/mini-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Flavor name: Dark (mini-dark)
Author: Angelos Chalaris ([email protected])
Maintainers: Angelos Chalaris
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
// Basic rules for body and typography
$fore-color: #d0d0d0; // Text and general foreground color
Expand Down
2 changes: 1 addition & 1 deletion src/flavors/mini-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Flavor name: Default (mini-default)
Author: Angelos Chalaris ([email protected])
Maintainers: Angelos Chalaris
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
// Basic rules for body and typography
$fore-color: #212121; // Text and general foreground color
Expand Down
2 changes: 1 addition & 1 deletion src/flavors/mini-lite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Flavor name: Lite (mini-lite)
Author: Angelos Chalaris ([email protected])
Maintainers: Angelos Chalaris
mini.css version: v2.1.2 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
// Basic rules for body and typography
$fore-color: #212121; // Text and general foreground color
Expand Down
2 changes: 1 addition & 1 deletion src/flavors/mini-nord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Flavor name: Nord (mini-nord)
Author: tphecca (https://github.com/tphecca)
Maintainers: tphecca
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
// This flavor is based on the Nord color palette: https://github.com/arcticicestudio/nord
// Basic rules for body and typography
Expand Down
2 changes: 1 addition & 1 deletion src/flavors/mini-sucroa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Flavor name: Sucroa (mini-sucroa)
Author: Angeliki Daskalakis
Maintainers: Angeliki Daskalakis, Angelos Chalaris ([email protected])
mini.css version: v2.1.3 (Fermion)
mini.css version: v2.1.4 (Fermion)
*/
// Google Fonts imports and usage
@import url('https://fonts.googleapis.com/css?family=Cousine:400,400i,700|Libre+Baskerville:400,400i,700&subset=latin-ext');
Expand Down

0 comments on commit d410d1a

Please sign in to comment.