File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ end_of_line = lf
55insert_final_newline = true
66trim_trailing_whitespace = true
77charset = utf-8
8- indent_style = tab
8+ indent_style = space
99tab_width = 4
1010
1111[* .{yml} ]
Original file line number Diff line number Diff line change @@ -291,6 +291,10 @@ Skeleton Sass 3 offers a far more portable solution in order to adapt to new way
291291
292292Changelog
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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11/// /
2- /// Skeleton Sass 3.1.0
2+ /// Skeleton Sass 3.1.2
33/// @author Dennis Thompson
44/// /
55
You can’t perform that action at this time.
0 commit comments