titon-toolkit 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ddb19d08e9bc078f1430ce7f391205cf3b788df
4
- data.tar.gz: 3259ce2ab60cdbf8026209153628dea561823eff
3
+ metadata.gz: e65e1c69395022cfefa0d51b9389ccad3eb2b4e7
4
+ data.tar.gz: b843c2399cc0aa42047f5f8100961712aef83bef
5
5
  SHA512:
6
- metadata.gz: bb3704894cadb302052942a482bce1f3bd22ba99a1cb977eb275f669caa3c4103d65ded3229ee8c774c2621f3efcf8439f72d545f536d3003152fbd84a801415
7
- data.tar.gz: 6fdf2a4322928b96d93ce4eca2bf61084f639c155b624264a3235397135517070f3c0235bf0c436cf446bcdf89a86d5b0b05b96e30e471a9e5c2d68ae5d27235
6
+ metadata.gz: 93c808aca9b34f8b2f5e9a0214ab3f15bafd1e375fd668b6a5001fd0496ab698d7706e5bdb4d78266d0582d3af26f849e1d76b52d4becdb84a862e2ce12345a2
7
+ data.tar.gz: a6e94f43791d0e0faf0efeea9d172a0a312a09d51fda2606104ae51d07b497dde6e804a77721a197eb605d7ebce141044098e819200f1c97ce27b10b1bde28fc
data/changelog.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Older versions can be found in the documentation changelogs.
4
4
 
5
+ ## 2.0.1 ##
6
+ * Removed the grid placeholders `%row` and `%col` as they would be included in the CSS output multiple times (use the mixins instead)
7
+ * Removed `grid` as a dependency for the `form` component
8
+
5
9
  ## 2.0.0 ##
6
10
  This major release includes a rewritten class, event, hooks, and component layer.
7
11
  It improves overall tooling, drops out dated technologies, introduces new concepts, and more.
data/readme.md CHANGED
@@ -6,7 +6,7 @@
6
6
  \/_/ \/_____/\/_____/\/_____/\/_/\/_/ \/_/ \/_/
7
7
  ```
8
8
 
9
- # Toolkit v2.0.0 - Gallant Golem #
9
+ # Toolkit v2.0.1 - Gallant Golem #
10
10
 
11
11
  Titon Toolkit is a collection of very powerful user interface components and utility classes
12
12
  for the responsive, mobile, and modern web. Each component represents encapsulated HTML, CSS,
@@ -8,12 +8,12 @@
8
8
 
9
9
  // Row wrapper
10
10
  #{$grid-class} {
11
- @extend %row;
11
+ @include grid-row();
12
12
  }
13
13
 
14
14
  // These should be the same for all sizes
15
15
  #{$grid-class-column}[class*="span-"] {
16
- @extend %col;
16
+ @include grid-column();
17
17
  }
18
18
 
19
19
  // Global Push and pull classes
@@ -49,8 +49,4 @@
49
49
 
50
50
  &:last-child { margin-right: 0; }
51
51
  }
52
- }
53
-
54
- // Placeholder styles to extend from
55
- %row { @include grid-row; }
56
- %col { @include grid-column; }
52
+ }
data/version.md CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: titon-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Project Titon
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-03 00:00:00.000000000 Z
12
+ date: 2014-12-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass