Skip to content

Commit ae53bd8

Browse files
author
Marco Solazzi
committed
bump version. removed deprecated stuff
1 parent a146cad commit ae53bd8

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

application/assets/stylesheets/layouts/_layout.scss

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -46,39 +46,6 @@
4646
}
4747
}
4848

49-
/* ==========================================================================
50-
* ##Containers (DEPRECATED keep until 0.11.0)
51-
* ========================================================================== */
52-
53-
/* inline children */
54-
.l-inline > * {
55-
@extend %u-inline;
56-
}
57-
58-
/* inline */
59-
.l-inline--baseline > * {
60-
@extend %u-inline;
61-
vertical-align: baseline;
62-
}
63-
64-
.l-centered {
65-
@extend .u-centered;
66-
}
67-
68-
.l-float,
69-
.l-float--left {
70-
@extend .u-float;
71-
}
72-
73-
.l-float--right {
74-
@extend .u-float--right;
75-
}
76-
77-
/* vertically stacked */
78-
.l-stacked > * {
79-
display: block;
80-
}
81-
8249
/* Responsive Grid System
8350
*
8451
* Adapted from [Twitter Bootstrap 3](https://github.com/twbs/bootstrap-sass/blob/master/vendor/assets/stylesheets/bootstrap/_grid.scss)

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wok",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"authors": [
55
"Marco Solazzi <marco.solazzi@gmail.com>",
66
"Matteo Guidotto <j8.matteo@gmail.com>>",
@@ -21,4 +21,4 @@
2121
"sass-mq": "~3.1.2",
2222
"normalize-css": "~3.0.3"
2323
}
24-
}
24+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wok",
33
"description": "A Static Website Boilerplate",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"license": "MIT",
66
"author": {
77
"name": "Marco Solazzi",
@@ -62,4 +62,4 @@
6262
"sassdown": "0.2.7",
6363
"time-grunt": "^1.1.0"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)