compass-pug 0.0.5.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZWVjODc1MWNhMDc5MWY1OTAyMmM4MjJiZTFhN2UxZDNlNzE2MmI0Ng==
4
+ MjNjYmMwMzczZGIyZWRjY2YwNTQ5MzU2MWEzYWU2NDMwMWFiMDU2Yg==
5
5
  data.tar.gz: !binary |-
6
- NGQyOTc2OWYyNjI5ZmJhOGZmOWJkMGNjYWI1MWJmNDEzMjlmZjlmOQ==
6
+ MDRiZDY2YmUwOGIzNzViZWUxOWE1NjY5YzMyZDE3OWIxOWQ1NDYyYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODMzMThmNzBhZTMzMWYyMDQ1YzU2Nzc1MDJhZTlmMDhhZWJiMzlmM2I3NzNk
10
- OGU1NTM1Njk4YTYyM2E2NWY5Y2Y5M2I0YzlmOWVjNTdjNTFkOGQ1OGY5NTBj
11
- MDI3OGIyYTgxMWU3ZDg4ZTQ3MjEyMTA1NWY3OWI5MjVkYzgzZDg=
9
+ ODg0Y2Y0YmY2ZmZhNTM5MjNmNTQ1OWFkOTIxNzljNDZlYTRkOTZiNDUwNTIx
10
+ NWNjOTkxZWE1NDk1MGU0MDg0MjU0MGUyNmZhOGZhM2JmNmIzYjE2MmJhOTQ2
11
+ NmNkZGU4NDZiNjczOWE3Zjg1NWNlZjNhNDRkNThkOWYxMDQ3MmE=
12
12
  data.tar.gz: !binary |-
13
- NmMzZDIzNDZhNzY0MzM2NjNhZTU3ZDc0Mzg2MDU2YmQyZjRkMDM2ZTEzY2Vj
14
- MjU4MmYzODY5MzllNDU5MmE0NzM4ODA4N2Q5MWI4OTIzZWUwOWI2NGRlODIx
15
- NTdiNDMxMzUxMDUwOWI1ZDgyMDBlMDUxZjJiZWYwZjQ1YjdiZjc=
13
+ ZDIwODlhNzU4ZDE4OGY2ZDRkMzIzNjY2YjI1YzgwNTlkMzVmMTZmN2ZlYzIy
14
+ YzY1ODkxN2U2ZDMyMjE5NDZjMTYxNjM0YTlkYjdiMTdkZjE1YjUzYjkzNDRk
15
+ NWFiMjRlODg5MWY5MzNjN2FiZmUwNzdhYTQ3NzM2MjEzMmZlZmI=
data/README.md CHANGED
@@ -26,8 +26,6 @@ For complete details, including function/mixin parameters, view the `stylesheets
26
26
  * `pug-alignleft()`: Sets `display:inline`, `float:left` and applies some right margin based on the configured horizontal unit.
27
27
  * `pug-alignright()`: Sets `display:inline`, `float:right` and applies some left margin based on the configured horizontal unit.
28
28
  * `pug-clearfix()`: Clearfix. Alias for `pug-micro-clearfix()`.
29
- * `pug-columns-3()`: Apply to items that should be displayed in a 3-column grid.
30
- * `pug-columns-4()`: Apply to items that should be displayed in a 4-column grid.
31
29
  * `pug-dark-bg-with-light-text()`: Quickly apply bg, text and link colors to a selector appropriate for a dark background with light text.
32
30
  * `pug-image-replacement()`: [Adapted from HTML5 Boilerplate's](http://html5boilerplate.com/) `.ir` class.
33
31
  * `pug-light-bg-with-dark-text()`: Quickly apply bg, text and link colors to a selector appropriate for a light background with dark text.
@@ -36,34 +36,6 @@
36
36
  @include pug-micro-clearfix();
37
37
  }
38
38
 
39
- /**
40
- * Apply to items that should be displayed in a 3-column grid.
41
- */
42
- @mixin pug-columns-3 {
43
- float: left;
44
- margin-right: 1.83%;
45
- max-width: 385px;
46
- position: relative;
47
- width: 32.08%;
48
- &:nth-of-type(3n) {
49
- margin-right: 0;
50
- }
51
- }
52
-
53
- /**
54
- * Apply to items that should be displayed in a 4-column grid.
55
- */
56
- @mixin pug-columns-4 {
57
- float: left;
58
- margin-right: 1.08%;
59
- max-width: 290px;
60
- position: relative;
61
- width: 24.16%;
62
- &:nth-of-type(4n) {
63
- margin-right: 0;
64
- }
65
- }
66
-
67
39
  /**
68
40
  * Quickly apply appropriate styles to an element for having a dark background.
69
41
  *
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-pug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kamm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-16 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass