tartan-grid 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
- metadata.gz: 93846b50d9f7c2e79bd6d2f16f808c4805360b6f
4
- data.tar.gz: 5877c7703f9d5909a47562eb2d11a7cb0f66bf3b
3
+ metadata.gz: 2cd750711176f266a4effa45dc1d9115d1b5a75e
4
+ data.tar.gz: 0da35053adcd1a0b7e1e5b36531e8f357c5964fd
5
5
  !binary "U0hBNTEy":
6
- metadata.gz: b032f720b917ec5ac10f2cdc651ad27ed88c477023d06c61f2d51b2d75f04d20cca8a8d8eaeb88e358fd7141dc8fcad6c37c4a716f73fe274788148df140be17
7
- data.tar.gz: cb1d9a7764ba3b7adad3203afd734985907f1f80662d117ef2b032fe42ec7685e77c269803dedf3724dd4b8bed7b1673e1322f799376dd3b5db6caebbc0fecd4
6
+ metadata.gz: baa51295c7936de7963a46b463810f281ea5ef7f47fd8f450fc573df76426693cf2f2a59c13583c3b132c06e676fd36b561bddeea0b75fc4a8fda13c9461064c
7
+ data.tar.gz: a32023e943ad012c2ccf0c7e3b44b24476022b6e041a64908f92aa30361591332e750cbb2de1eb64894be2e8dbd2859735974676ee8b58cfad872e134eba95cc
data/README.md CHANGED
@@ -1,29 +1,9 @@
1
1
  # Tartan
2
2
 
3
- TODO: Write a gem description
3
+ tartan is a simple, flexible grid system packaged as a [Ruby gem](http://rubygems.org/gems/tartan-grid).
4
4
 
5
- ## Installation
5
+ The primary goal of tartan is to create a grid that can be adapted to a diverse set of layout scenarios.
6
6
 
7
- Add this line to your application's Gemfile:
7
+ Where wrapping content in row containers is an options, tartan supports positioning content via floats. Where this is not possible, tartan supports positioning content via inline-block, eliminating the need to wrap content in row containers. This is especially useful in fluid/responsive layouts.
8
8
 
9
- gem 'tartan'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install tartan
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
9
+ Currently, the best documentation is at [http://jclem.net/tartan](http://jclem.net/tartan).
@@ -86,6 +86,10 @@
86
86
  #{$type}-left: 0;
87
87
  }
88
88
 
89
+ @mixin tartan-no-bumper($type) {
90
+ #{$type}-right: 0;
91
+ }
92
+
89
93
  @mixin tartan-omega {
90
94
  float: right;
91
95
  margin-right: 0;
@@ -1,3 +1,3 @@
1
1
  module Tartan
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tartan-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Clem
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-18 00:00:00.000000000 Z
11
+ date: 2013-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass