Skip to content

Commit c76ce41

Browse files
committed
3.1.2
* Bumping version for Pull #27
1 parent b5b526e commit c76ce41

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ end_of_line = lf
55
insert_final_newline = true
66
trim_trailing_whitespace = true
77
charset = utf-8
8-
indent_style = tab
8+
indent_style = space
99
tab_width = 4
1010

1111
[*.{yml}]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ Skeleton Sass 3 offers a far more portable solution in order to adapt to new way
291291

292292
Changelog
293293
---------
294+
### 3.1.2
295+
* Merging in pull request [dirkolbrich](https://github.com/dirkolbrich)
296+
* Fixes duplicate `normalize.css` in transpiled output
297+
294298
### 3.1.1
295299
* Forgot to add the grid for `Wing` theme :)
296300

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeleton-sass",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"author": "Dennis Thompson",
55
"homepage": "http://atomicpages.github.io/skeleton-sass/",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeleton-sass-official",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Skeleton Sass is a highly modular version of Skeleton CSS",
55
"main": "skeleton/core/_config.scss",
66
"scripts": {

skeleton/core/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
/// Skeleton Sass 3.1.0
2+
/// Skeleton Sass 3.1.2
33
/// @author Dennis Thompson
44
////
55

0 commit comments

Comments
 (0)