compass-pug 0.0.5.1 → 0.1.0
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 +8 -8
- data/README.md +0 -2
- data/stylesheets/pug/_mixins.scss +0 -28
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MjNjYmMwMzczZGIyZWRjY2YwNTQ5MzU2MWEzYWU2NDMwMWFiMDU2Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDRiZDY2YmUwOGIzNzViZWUxOWE1NjY5YzMyZDE3OWIxOWQ1NDYyYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODg0Y2Y0YmY2ZmZhNTM5MjNmNTQ1OWFkOTIxNzljNDZlYTRkOTZiNDUwNTIx
|
10
|
+
NWNjOTkxZWE1NDk1MGU0MDg0MjU0MGUyNmZhOGZhM2JmNmIzYjE2MmJhOTQ2
|
11
|
+
NmNkZGU4NDZiNjczOWE3Zjg1NWNlZjNhNDRkNThkOWYxMDQ3MmE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
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
|
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-
|
11
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compass
|