Skip to content

Commit

Permalink
Merge pull request #17 from vishnucss/release-1.0.6
Browse files Browse the repository at this point in the history
Release 1.0.6
  • Loading branch information
alexandesigner authored Jan 17, 2018
2 parents 1b7d9a7 + 3b0a027 commit f668c3b
Show file tree
Hide file tree
Showing 58 changed files with 694 additions and 133 deletions.
170 changes: 158 additions & 12 deletions dist/vishnu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vishnu.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vishnu.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vishnu.min.css.map

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</head>

<body>

<main id="docs-app" class="wrapper">
<a href="https://github.com/vishnucss/vishnu"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<section class="hero flex center">
Expand All @@ -22,7 +21,7 @@
<h1>Vishnu</h1>
<h5>A simple and minimalist toolkit with modern css</h5>
<a class="github-button" href="https://github.com/vishnucss/vishnu" data-show-count="true" data-icon="octicon-star" data-size="large" aria-label="Star vishnucss/vishnu on GitHub">Star</a>
<small class="full-width">Currently v1.0.5</small>
<small class="full-width">Currently v1.0.6</small>
</div>
</section>

Expand Down Expand Up @@ -327,18 +326,21 @@ <h3 class="title"># Forms</h3>
</div>
<div class="row">
<div class="col-xs-7">
<label for="checkbox">
<input type="checkbox" id="checkbox">
<label class="checkbox" for="checkbox-1">
<input type="checkbox" id="checkbox-1" checked="checked">
<span class="checkmark"></span>
Remind me
</label>
</label>
</div>
<div class="col-xs-5">
<label for="radio-1">
<input type="radio" id="radio-1">
<label class="radio" for="radio-1">
<input type="radio" id="radio-1" checked="checked">
<span class="radiomark"></span>
Male
</label>
<label for="radio-2">
<input type="radio" id="radio-2">
<label class="radio" for="radio-2">
<input type="radio" id="radio-2">
<span class="radiomark"></span>
female
</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--base-light-text-color: #ccc;
--base-line-height: 1.5;
--base-font-size: 1.6rem;
--transition-ease-in-out: all 0.2s ease-in-out;
--transition: all 0.2s ease-in-out;
--base-radius: 4px;
}

Expand Down
6 changes: 3 additions & 3 deletions docs/src/assets/vishnu.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/assets/vishnu.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/meteor-boilerplate/client/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--base-light-text-color: #ccc;
--base-line-height: 1.5;
--base-font-size: 1.6rem;
--transition-ease-in-out: all 0.2s ease-in-out;
--transition: all 0.2s ease-in-out;
--base-radius: 4px;
}

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'vishnucss:vishnu',
version: '1.0.5',
version: '1.0.6',
summary: 'A simple and minimalist toolkit with modern css.',
git: 'https://github.com/vishnucss/vishnu.git',
documentation: 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vishnucss/vishnu",
"filename": "vishnu.min.css",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple and minimalist toolkit with modern css",
"main": "./dist/vishnu.min.css",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions packages/vishnucss-alert/dist/vishnu.alert.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vishnucss-alert/dist/vishnu.alert.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f668c3b

Please sign in to comment.