compass-inuit 5.0.1 → 5.0.2
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.
- data/README.md +8 -8
- data/stylesheets/_compass-inuit.scss +0 -1
- data/stylesheets/compass-inuit/_generic.scss +1 -0
- data/stylesheets/compass-inuit/base/_code.scss +0 -0
- data/stylesheets/compass-inuit/base/_forms.scss +0 -0
- data/stylesheets/compass-inuit/base/_headings.scss +0 -0
- data/stylesheets/compass-inuit/base/_images.scss +0 -0
- data/stylesheets/compass-inuit/base/_lists.scss +0 -0
- data/stylesheets/compass-inuit/base/_main.scss +0 -0
- data/stylesheets/compass-inuit/base/_paragraphs.scss +0 -0
- data/stylesheets/compass-inuit/base/_quotes.scss +0 -0
- data/stylesheets/compass-inuit/base/_smallprint.scss +0 -0
- data/stylesheets/compass-inuit/base/_tables.scss +0 -0
- data/stylesheets/compass-inuit/generic/_brand.scss +0 -0
- data/stylesheets/compass-inuit/generic/_clearfix.scss +0 -0
- data/stylesheets/compass-inuit/generic/_debug.scss +0 -0
- data/stylesheets/compass-inuit/generic/_helper.scss +0 -0
- data/stylesheets/compass-inuit/generic/_mixins.scss +1 -1
- data/stylesheets/compass-inuit/generic/_normalize.scss +0 -0
- data/stylesheets/compass-inuit/generic/_pull.scss +0 -0
- data/stylesheets/compass-inuit/generic/_push.scss +0 -0
- data/stylesheets/compass-inuit/generic/_reset.scss +0 -0
- data/stylesheets/compass-inuit/generic/_shared.scss +0 -0
- data/stylesheets/compass-inuit/generic/_widths.scss +0 -0
- data/stylesheets/compass-inuit/objects/_arrows.scss +0 -0
- data/stylesheets/compass-inuit/objects/_beautons.scss +0 -0
- data/stylesheets/compass-inuit/objects/_block-list.scss +0 -0
- data/stylesheets/compass-inuit/objects/_breadcrumb.scss +0 -0
- data/stylesheets/compass-inuit/objects/_columns.scss +0 -0
- data/stylesheets/compass-inuit/objects/_flexbox.scss +0 -0
- data/stylesheets/compass-inuit/objects/_flyout.scss +0 -0
- data/stylesheets/compass-inuit/objects/_greybox.scss +0 -0
- data/stylesheets/compass-inuit/objects/_grids.scss +0 -0
- data/stylesheets/compass-inuit/objects/_icon-text.scss +0 -0
- data/stylesheets/compass-inuit/objects/_island.scss +0 -0
- data/stylesheets/compass-inuit/objects/_link-complex.scss +0 -0
- data/stylesheets/compass-inuit/objects/_lozenges.scss +0 -0
- data/stylesheets/compass-inuit/objects/_marginalia.scss +0 -0
- data/stylesheets/compass-inuit/objects/_matrix.scss +0 -0
- data/stylesheets/compass-inuit/objects/_media.scss +0 -0
- data/stylesheets/compass-inuit/objects/_nav.scss +0 -0
- data/stylesheets/compass-inuit/objects/_options.scss +0 -0
- data/stylesheets/compass-inuit/objects/_pagination.scss +0 -0
- data/stylesheets/compass-inuit/objects/_rules.scss +0 -0
- data/stylesheets/compass-inuit/objects/_split.scss +0 -0
- data/stylesheets/compass-inuit/objects/_sprite.scss +0 -0
- data/stylesheets/compass-inuit/objects/_stats.scss +0 -0
- data/stylesheets/compass-inuit/objects/_this-or-this.scss +0 -0
- data/templates/project/index.html +11 -11
- data/templates/project/style.scss +11 -11
- metadata +9 -5
- checksums.yaml +0 -15
data/README.md
CHANGED
@@ -65,14 +65,6 @@ Imports have been branched out in this extension, additionally you can use these
|
|
65
65
|
@import "compass-inuit/generic/clearfix";
|
66
66
|
@import "compass-inuit/generic/shared";
|
67
67
|
|
68
|
-
// Helpers
|
69
|
-
@import "compass-inuit/generic/widths";
|
70
|
-
@import "compass-inuit/generic/push";
|
71
|
-
@import "compass-inuit/generic/pull";
|
72
|
-
@import "compass-inuit/generic/brand";
|
73
|
-
@import "compass-inuit/generic/helper";
|
74
|
-
@import "compass-inuit/generic/debug";
|
75
|
-
|
76
68
|
// Base
|
77
69
|
@import "compass-inuit/base/main";
|
78
70
|
@import "compass-inuit/base/headings";
|
@@ -111,6 +103,14 @@ Imports have been branched out in this extension, additionally you can use these
|
|
111
103
|
@import "compass-inuit/objects/stats";
|
112
104
|
@import "compass-inuit/objects/greybox";
|
113
105
|
|
106
|
+
// Helpers
|
107
|
+
@import "compass-inuit/generic/widths";
|
108
|
+
@import "compass-inuit/generic/push";
|
109
|
+
@import "compass-inuit/generic/pull";
|
110
|
+
@import "compass-inuit/generic/brand";
|
111
|
+
@import "compass-inuit/generic/helper";
|
112
|
+
@import "compass-inuit/generic/debug";
|
113
|
+
|
114
114
|
This makes it super simple to pick and choose what you want for your project.
|
115
115
|
|
116
116
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -28,7 +28,7 @@
|
|
28
28
|
}
|
29
29
|
}
|
30
30
|
*
|
31
|
-
* With thanks to @lar_zzz, @paranoida
|
31
|
+
* With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
|
32
32
|
* @thierrylemoulec for refining and improving my initial mixin.
|
33
33
|
*/
|
34
34
|
@mixin headings($from: 1, $to: 6){
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,14 +1,14 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
-
<meta charset="utf-8"
|
4
|
+
<meta charset="utf-8"/>
|
5
5
|
<title>inuit.css Example Project</title>
|
6
|
-
<link rel="stylesheet" href="
|
6
|
+
<link rel="stylesheet" href="style.css"/>
|
7
7
|
</head>
|
8
8
|
<body>
|
9
9
|
<div class="island greybox greybox--medium header">Header</div>
|
10
10
|
|
11
|
-
<div class=wrapper>
|
11
|
+
<div class="wrapper">
|
12
12
|
|
13
13
|
<ul class="nav nav--fit nav--block greybox">
|
14
14
|
<li><a href=#>Home</a></li>
|
@@ -19,20 +19,20 @@
|
|
19
19
|
|
20
20
|
<div class="island greybox greybox--large">Masthead</div>
|
21
21
|
|
22
|
-
<div class=
|
22
|
+
<div class="grid">
|
23
23
|
|
24
|
-
<div class="
|
24
|
+
<div class="grid__item two-thirds content">
|
25
25
|
<div class="island greybox greybox--gigantic">Content</div>
|
26
|
-
</div><!-- /content
|
26
|
+
</div><!-- /content
|
27
27
|
|
28
|
-
|
28
|
+
--><div class="grid__item one-third sub-content">
|
29
29
|
<div class="island greybox">
|
30
30
|
|
31
|
-
<div class=
|
32
|
-
<div class="
|
31
|
+
<div class="grid">
|
32
|
+
<div class="grid__item one-half">
|
33
33
|
<div class="islet greybox">Ad</div>
|
34
34
|
</div>
|
35
|
-
<div class="
|
35
|
+
<div class="grid__item one-half">
|
36
36
|
<div class="islet greybox">Ad</div>
|
37
37
|
</div>
|
38
38
|
</div>
|
@@ -52,4 +52,4 @@
|
|
52
52
|
<div class="island greybox greybox--medium footer">Footer</div>
|
53
53
|
</body>
|
54
54
|
</html>
|
55
|
-
|
55
|
+
|
@@ -15,15 +15,16 @@
|
|
15
15
|
* Setup
|
16
16
|
*/
|
17
17
|
@import "vars";
|
18
|
+
@import "compass-inuit/defaults";
|
18
19
|
|
19
20
|
// Optionally Import Everything
|
20
21
|
// @import "compass-inuit";
|
21
22
|
|
22
|
-
// Optionally Import Sections
|
23
|
-
@import "compass-inuit/defaults";
|
23
|
+
// Optionally Import Sections
|
24
24
|
// @import "compass-inuit/generic";
|
25
25
|
// @import "compass-inuit/base";
|
26
26
|
// @import "compass-inuit/objects";
|
27
|
+
// @import "compass-inuit/helpers";
|
27
28
|
|
28
29
|
// Generic
|
29
30
|
@import "compass-inuit/generic/mixins";
|
@@ -32,14 +33,6 @@
|
|
32
33
|
@import "compass-inuit/generic/clearfix";
|
33
34
|
@import "compass-inuit/generic/shared";
|
34
35
|
|
35
|
-
// Helpers
|
36
|
-
@import "compass-inuit/generic/widths";
|
37
|
-
@import "compass-inuit/generic/push";
|
38
|
-
@import "compass-inuit/generic/pull";
|
39
|
-
@import "compass-inuit/generic/brand";
|
40
|
-
@import "compass-inuit/generic/helper";
|
41
|
-
@import "compass-inuit/generic/debug";
|
42
|
-
|
43
36
|
// Base
|
44
37
|
@import "compass-inuit/base/main";
|
45
38
|
@import "compass-inuit/base/headings";
|
@@ -78,12 +71,19 @@
|
|
78
71
|
@import "compass-inuit/objects/stats";
|
79
72
|
@import "compass-inuit/objects/greybox";
|
80
73
|
|
74
|
+
// Helpers
|
75
|
+
@import "compass-inuit/generic/widths";
|
76
|
+
@import "compass-inuit/generic/push";
|
77
|
+
@import "compass-inuit/generic/pull";
|
78
|
+
@import "compass-inuit/generic/brand";
|
79
|
+
@import "compass-inuit/generic/helper";
|
80
|
+
@import "compass-inuit/generic/debug";
|
81
|
+
|
81
82
|
/**
|
82
83
|
* She’s all yours, cap’n... Begin importing your stuff here.
|
83
84
|
*/
|
84
85
|
|
85
86
|
html{
|
86
|
-
font: 1em/1.5 Georgia, serif;
|
87
87
|
background-color: #fff;
|
88
88
|
color: #333;
|
89
89
|
}
|
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-inuit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.2
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Stephen Way
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2013-
|
12
|
+
date: 2013-08-07 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: compass
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
@@ -20,6 +22,7 @@ dependencies:
|
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
@@ -92,25 +95,26 @@ files:
|
|
92
95
|
- templates/project/watch.sh
|
93
96
|
homepage: http://github.com/stephenway/compass-intuit
|
94
97
|
licenses: []
|
95
|
-
metadata: {}
|
96
98
|
post_install_message:
|
97
99
|
rdoc_options: []
|
98
100
|
require_paths:
|
99
101
|
- lib
|
100
102
|
required_ruby_version: !ruby/object:Gem::Requirement
|
103
|
+
none: false
|
101
104
|
requirements:
|
102
105
|
- - ! '>='
|
103
106
|
- !ruby/object:Gem::Version
|
104
107
|
version: '0'
|
105
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
|
+
none: false
|
106
110
|
requirements:
|
107
111
|
- - ! '>='
|
108
112
|
- !ruby/object:Gem::Version
|
109
113
|
version: '0'
|
110
114
|
requirements: []
|
111
115
|
rubyforge_project:
|
112
|
-
rubygems_version:
|
116
|
+
rubygems_version: 1.8.23
|
113
117
|
signing_key:
|
114
|
-
specification_version:
|
118
|
+
specification_version: 3
|
115
119
|
summary: inuit.css for compass—cooler than a polar bear’s toenails
|
116
120
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
ZDY5NTU4ZmIzNTEzZDA2ZmIwYjZhNjU4OTdkYzhlMWUzMGNmMTQyMg==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ODc5NjYwYTdjYmMxMzIwZmY2ZTA2NjhlNWVhZDkyYWIyMTA0YzJkNA==
|
7
|
-
!binary "U0hBNTEy":
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
OWU5NmVkYjEyZDRjNzk2MWNiZmEyMTE0MzcxN2YxYjQ5N2Y3MjYzYjdjNDg2
|
10
|
-
ZjliZjE4MWU0YjUyZmNmMGJkNGU2NDM5Yjk1ZWRjMWIxMTBlNDQwZmQ5NDU4
|
11
|
-
YzdmZTBhODdmODM4MzgxNzIzNDZmYmZlZjM5MzEwZmI2MjY1YTY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MmY5NTZhY2QwNWI5YzNmOTdmNmRlMTkxZjhlMTQ5YzMzNzZmZjVjYTM3NDli
|
14
|
-
MDI0NWE0YzkxMzFjMTg3YzkzMDFiYTA3MGQyM2Y5NGMzYmIzYmRmYzI3MWY5
|
15
|
-
ZTAwNzk5M2E5ZWE2N2NiYTVmNmQzMTI1ZWQ3MjY3MThkZmM1ZDk=
|