flint-gs 2.3.6 → 2.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +99 -98
  4. data/lib/flint-gs.rb +8 -0
  5. data/lib/flint.rb +22 -16
  6. data/lib/flint/functions.rb +99 -99
  7. data/lib/flint/version.rb +3 -3
  8. data/stylesheets/_flint.scss +7 -7
  9. data/stylesheets/flint/config/_config.scss +56 -56
  10. data/stylesheets/flint/functions/_functions.scss +48 -48
  11. data/stylesheets/flint/functions/helpers/_helpers.scss +229 -229
  12. data/stylesheets/flint/functions/lib/_calc-breakpoint.scss +47 -47
  13. data/stylesheets/flint/functions/lib/_calc-width.scss +70 -70
  14. data/stylesheets/flint/functions/lib/_fluid-width.scss +15 -15
  15. data/stylesheets/flint/functions/lib/_get-index.scss +21 -21
  16. data/stylesheets/flint/functions/lib/_get-instance-value.scss +15 -15
  17. data/stylesheets/flint/functions/lib/_get-value.scss +14 -14
  18. data/stylesheets/flint/functions/lib/_has-family-instance.scss +84 -84
  19. data/stylesheets/flint/functions/lib/_html-encode.scss +14 -14
  20. data/stylesheets/flint/functions/lib/_instance.scss +48 -48
  21. data/stylesheets/flint/functions/lib/_last.scss +14 -14
  22. data/stylesheets/flint/functions/lib/_list-to-str.scss +38 -38
  23. data/stylesheets/flint/functions/lib/_map-fetch.scss +31 -31
  24. data/stylesheets/flint/functions/lib/_next-index.scss +14 -14
  25. data/stylesheets/flint/functions/lib/_purge.scss +24 -24
  26. data/stylesheets/flint/functions/lib/_remove.scss +18 -18
  27. data/stylesheets/flint/functions/lib/_replace.scss +30 -30
  28. data/stylesheets/flint/functions/lib/_steal-key.scss +32 -32
  29. data/stylesheets/flint/functions/lib/_steal-values.scss +15 -15
  30. data/stylesheets/flint/functions/lib/_str-replace.scss +39 -39
  31. data/stylesheets/flint/functions/lib/_str-to-list.scss +89 -89
  32. data/stylesheets/flint/functions/lib/_support-syntax-bem.scss +37 -37
  33. data/stylesheets/flint/functions/lib/_support-syntax.scss +31 -31
  34. data/stylesheets/flint/functions/lib/_types-in-list.scss +76 -76
  35. data/stylesheets/flint/functions/lib/_use-syntax.scss +22 -22
  36. data/stylesheets/flint/globals/_globals.scss +122 -122
  37. data/stylesheets/flint/mixins/_mixins.scss +11 -11
  38. data/stylesheets/flint/mixins/lib/_box-sizing.scss +18 -18
  39. data/stylesheets/flint/mixins/lib/_calculate.scss +241 -241
  40. data/stylesheets/flint/mixins/lib/_clearfix.scss +29 -29
  41. data/stylesheets/flint/mixins/lib/_container.scss +45 -45
  42. data/stylesheets/flint/mixins/lib/_grid-overlay.scss +73 -73
  43. data/stylesheets/flint/mixins/lib/_main.scss +1057 -1057
  44. data/stylesheets/flint/mixins/lib/_new-instance.scss +28 -28
  45. data/stylesheets/flint/mixins/lib/_print-instance.scss +44 -44
  46. data/tests/config.rb +22 -34
  47. data/tests/input/functions/_functions.scss +47 -47
  48. data/tests/input/functions/helpers/_helpers.scss +437 -437
  49. data/tests/input/functions/lib/_calc-breakpoint.scss +62 -62
  50. data/tests/input/functions/lib/_calc-width.scss +195 -195
  51. data/tests/input/functions/lib/_fluid-width.scss +32 -32
  52. data/tests/input/functions/lib/_get-index.scss +31 -31
  53. data/tests/input/functions/lib/_get-instance-value.scss +72 -72
  54. data/tests/input/functions/lib/_get-value.scss +28 -28
  55. data/tests/input/functions/lib/_has-family-instance.scss +35 -35
  56. data/tests/input/functions/lib/_instance.scss +187 -187
  57. data/tests/input/functions/lib/_last.scss +18 -18
  58. data/tests/input/functions/lib/_list-to-str.scss +28 -28
  59. data/tests/input/functions/lib/_map-fetch.scss +34 -34
  60. data/tests/input/functions/lib/_next-index.scss +24 -24
  61. data/tests/input/functions/lib/_purge.scss +14 -14
  62. data/tests/input/functions/lib/_remove.scss +14 -14
  63. data/tests/input/functions/lib/_replace.scss +14 -14
  64. data/tests/input/functions/lib/_steal-key.scss +19 -19
  65. data/tests/input/functions/lib/_steal-values.scss +16 -16
  66. data/tests/input/functions/lib/_str-replace.scss +14 -14
  67. data/tests/input/functions/lib/_str-to-list.scss +28 -28
  68. data/tests/input/functions/lib/_support-syntax-bem.scss +14 -14
  69. data/tests/input/functions/lib/_support-syntax.scss +21 -21
  70. data/tests/input/functions/lib/_types-in-list.scss +50 -50
  71. data/tests/input/functions/lib/_use-syntax.scss +14 -14
  72. data/tests/input/output.scss +250 -250
  73. data/tests/output/output.css +3499 -3499
  74. data/tests/tests.html +110 -110
  75. metadata +12 -212
  76. data/tests/bootcamp/CHANGELOG.md +0 -70
  77. data/tests/bootcamp/CONTRIBUTING.md +0 -72
  78. data/tests/bootcamp/Gruntfile.coffee +0 -34
  79. data/tests/bootcamp/LICENSE.md +0 -7
  80. data/tests/bootcamp/README.md +0 -52
  81. data/tests/bootcamp/bower.json +0 -15
  82. data/tests/bootcamp/dist/_bootcamp.scss +0 -46
  83. data/tests/bootcamp/dist/bootcamp.coffee +0 -101
  84. data/tests/bootcamp/dist/core/functions/_actual.scss +0 -3
  85. data/tests/bootcamp/dist/core/functions/_error.scss +0 -29
  86. data/tests/bootcamp/dist/core/functions/_expect.scss +0 -6
  87. data/tests/bootcamp/dist/core/functions/_not-to.scss +0 -5
  88. data/tests/bootcamp/dist/core/functions/_should.scss +0 -6
  89. data/tests/bootcamp/dist/core/functions/_to.scss +0 -5
  90. data/tests/bootcamp/dist/core/mixins/_describe.scss +0 -31
  91. data/tests/bootcamp/dist/core/mixins/_it.scss +0 -31
  92. data/tests/bootcamp/dist/core/mixins/_runner.scss +0 -28
  93. data/tests/bootcamp/dist/core/mixins/_should.scss +0 -46
  94. data/tests/bootcamp/dist/core/mixins/_xdescribe.scss +0 -9
  95. data/tests/bootcamp/dist/core/mixins/_xit.scss +0 -9
  96. data/tests/bootcamp/dist/core/variables/_helpers.scss +0 -5
  97. data/tests/bootcamp/dist/core/variables/_settings.scss +0 -2
  98. data/tests/bootcamp/dist/core/variables/_should.scss +0 -6
  99. data/tests/bootcamp/dist/core/variables/_trackers.scss +0 -6
  100. data/tests/bootcamp/dist/lib/_sassyjson.scss +0 -1075
  101. data/tests/bootcamp/dist/matchers/_be.scss +0 -3
  102. data/tests/bootcamp/dist/matchers/_equal.scss +0 -3
  103. data/tests/bootcamp/dist/matchers/lists/_be-empty.scss +0 -3
  104. data/tests/bootcamp/dist/matchers/lists/_be-longer-than.scss +0 -3
  105. data/tests/bootcamp/dist/matchers/lists/_be-shorter-than.scss +0 -3
  106. data/tests/bootcamp/dist/matchers/lists/_contain.scss +0 -3
  107. data/tests/bootcamp/dist/matchers/lists/_deep-contain.scss +0 -3
  108. data/tests/bootcamp/dist/matchers/lists/_deep-equal.scss +0 -47
  109. data/tests/bootcamp/dist/matchers/lists/_have-length-of.scss +0 -3
  110. data/tests/bootcamp/dist/matchers/numbers/_be-close-to.scss +0 -12
  111. data/tests/bootcamp/dist/matchers/numbers/_be-greater-than.scss +0 -12
  112. data/tests/bootcamp/dist/matchers/numbers/_be-less-than.scss +0 -12
  113. data/tests/bootcamp/dist/matchers/types/_be-falsy.scss +0 -3
  114. data/tests/bootcamp/dist/matchers/types/_be-null.scss +0 -3
  115. data/tests/bootcamp/dist/matchers/types/_be-truthy.scss +0 -3
  116. data/tests/bootcamp/dist/matchers/types/_have-type-of.scss +0 -3
  117. data/tests/bootcamp/dist/utils/_contain.scss +0 -15
  118. data/tests/bootcamp/dist/utils/_equal.scss +0 -23
  119. data/tests/bootcamp/dist/utils/_list-join.scss +0 -35
  120. data/tests/bootcamp/dist/utils/_power.scss +0 -15
  121. data/tests/bootcamp/package.json +0 -63
  122. data/tests/bootcamp/tasks/bootcamp.coffee +0 -83
  123. data/tests/bootcamp/test/core/functions/_actual.scss +0 -10
  124. data/tests/bootcamp/test/core/functions/_expect.scss +0 -6
  125. data/tests/bootcamp/test/core/functions/_not-to.scss +0 -5
  126. data/tests/bootcamp/test/core/functions/_should.scss +0 -10
  127. data/tests/bootcamp/test/core/functions/_to.scss +0 -5
  128. data/tests/bootcamp/test/core/mixins/_describe.scss +0 -11
  129. data/tests/bootcamp/test/core/mixins/_it.scss +0 -5
  130. data/tests/bootcamp/test/core/mixins/_should.scss +0 -5
  131. data/tests/bootcamp/test/core/mixins/_xdescribe.scss +0 -28
  132. data/tests/bootcamp/test/core/mixins/_xit.scss +0 -12
  133. data/tests/bootcamp/test/matchers/_be.scss +0 -90
  134. data/tests/bootcamp/test/matchers/_equal.scss +0 -33
  135. data/tests/bootcamp/test/matchers/lists/_be-empty.scss +0 -12
  136. data/tests/bootcamp/test/matchers/lists/_be-longer-than.scss +0 -29
  137. data/tests/bootcamp/test/matchers/lists/_be-shorter-than.scss +0 -29
  138. data/tests/bootcamp/test/matchers/lists/_contain.scss +0 -39
  139. data/tests/bootcamp/test/matchers/lists/_deep-contain.scss +0 -51
  140. data/tests/bootcamp/test/matchers/lists/_deep-equal.scss +0 -151
  141. data/tests/bootcamp/test/matchers/lists/_have-length-of.scss +0 -31
  142. data/tests/bootcamp/test/matchers/numbers/_be-close-to.scss +0 -24
  143. data/tests/bootcamp/test/matchers/numbers/_be-greater-than.scss +0 -16
  144. data/tests/bootcamp/test/matchers/numbers/_be-less-than.scss +0 -16
  145. data/tests/bootcamp/test/matchers/types/_be-falsy.scss +0 -14
  146. data/tests/bootcamp/test/matchers/types/_be-null.scss +0 -13
  147. data/tests/bootcamp/test/matchers/types/_be-truthy.scss +0 -13
  148. data/tests/bootcamp/test/matchers/types/_have-type-of.scss +0 -17
  149. data/tests/bootcamp/test/specs.scss +0 -45
  150. data/tests/bootcamp/test/utils/_contain.scss +0 -41
  151. data/tests/bootcamp/test/utils/_equal.scss +0 -79
  152. data/tests/bootcamp/test/utils/_list-join.scss +0 -39
  153. data/tests/bootcamp/test/utils/_power.scss +0 -13
  154. data/tests/sass-prof.log +0 -0
@@ -1,110 +1,110 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta content="IE=edge,chrome=1" />
6
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport" />
7
- <link href="output/output.css" rel="stylesheet" type="text/css" />
8
- </head>
9
- <body>
10
- <section>
11
- <article class="container">
12
- <div class="col-16">
13
- <div class="col-16-child">
14
- <div class="col-16-grandchild"></div>
15
- <div class="col-16-grandchild"></div>
16
- </div>
17
- </div>
18
- <div class="col-15">
19
- <div class="col-15-child"></div>
20
- </div>
21
- <div class="col-14">
22
- <div class="col-14-child"></div>
23
- </div>
24
- <div class="col-13">
25
- <div class="col-13-child"></div>
26
- </div>
27
- <div class="col-12">
28
- <div class="col-12-child"></div>
29
- </div>
30
- <div class="col-11">
31
- <div class="col-11-child"></div>
32
- </div>
33
- <div class="col-10">
34
- <div class="col-10-child"></div>
35
- </div>
36
- <div class="col-9">
37
- <div class="col-9-child"></div>
38
- </div>
39
- <div class="col-8">
40
- <div class="col-8-child"></div>
41
- </div>
42
- <div class="col-7">
43
- <div class="col-7-child"></div>
44
- </div>
45
- <div class="col-6">
46
- <div class="col-6-child"></div>
47
- </div>
48
- <div class="col-5">
49
- <div class="col-5-child"></div>
50
- </div>
51
- <div class="col-4">
52
- <div class="col-4-child"></div>
53
- </div>
54
- <div class="col-3">
55
- <div class="col-3-child"></div>
56
- </div>
57
- <div class="col-2">
58
- <div class="col-2-child"></div>
59
- </div>
60
- <div class="col-1">
61
- <div class="col-1-child"></div>
62
- </div>
63
- </article>
64
- </section>
65
- <section>
66
- <article class="container">
67
- <div class="col-third"></div>
68
- <div class="col-third"></div>
69
- <div class="col-third"></div>
70
- </article>
71
- </section>
72
- <section>
73
- <article class="container">
74
- <div class="col-fourth"></div>
75
- <div class="col-fourth"></div>
76
- <div class="col-fourth"></div>
77
- <div class="col-fourth"></div>
78
- </article>
79
- </section>
80
- <section>
81
- <article class="container">
82
- <div class="col-fifth">
83
- <div class="col-fifth-child"></div>
84
- <div class="col-fifth-child"></div>
85
- <div class="col-fifth-child"></div>
86
- </div>
87
- <div class="col-fifth">
88
- <div class="col-fifth-child"></div>
89
- <div class="col-fifth-child"></div>
90
- <div class="col-fifth-child"></div>
91
- </div>
92
- <div class="col-fifth">
93
- <div class="col-fifth-child"></div>
94
- <div class="col-fifth-child"></div>
95
- <div class="col-fifth-child"></div>
96
- </div>
97
- <div class="col-fifth">
98
- <div class="col-fifth-child"></div>
99
- <div class="col-fifth-child"></div>
100
- <div class="col-fifth-child"></div>
101
- </div>
102
- <div class="col-fifth">
103
- <div class="col-fifth-child"></div>
104
- <div class="col-fifth-child"></div>
105
- <div class="col-fifth-child"></div>
106
- </div>
107
- </article>
108
- </section>
109
- </body>
110
- </html>
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta content="IE=edge,chrome=1" />
6
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport" />
7
+ <link href="output/output.css" rel="stylesheet" type="text/css" />
8
+ </head>
9
+ <body>
10
+ <section>
11
+ <article class="container">
12
+ <div class="col-16">
13
+ <div class="col-16-child">
14
+ <div class="col-16-grandchild"></div>
15
+ <div class="col-16-grandchild"></div>
16
+ </div>
17
+ </div>
18
+ <div class="col-15">
19
+ <div class="col-15-child"></div>
20
+ </div>
21
+ <div class="col-14">
22
+ <div class="col-14-child"></div>
23
+ </div>
24
+ <div class="col-13">
25
+ <div class="col-13-child"></div>
26
+ </div>
27
+ <div class="col-12">
28
+ <div class="col-12-child"></div>
29
+ </div>
30
+ <div class="col-11">
31
+ <div class="col-11-child"></div>
32
+ </div>
33
+ <div class="col-10">
34
+ <div class="col-10-child"></div>
35
+ </div>
36
+ <div class="col-9">
37
+ <div class="col-9-child"></div>
38
+ </div>
39
+ <div class="col-8">
40
+ <div class="col-8-child"></div>
41
+ </div>
42
+ <div class="col-7">
43
+ <div class="col-7-child"></div>
44
+ </div>
45
+ <div class="col-6">
46
+ <div class="col-6-child"></div>
47
+ </div>
48
+ <div class="col-5">
49
+ <div class="col-5-child"></div>
50
+ </div>
51
+ <div class="col-4">
52
+ <div class="col-4-child"></div>
53
+ </div>
54
+ <div class="col-3">
55
+ <div class="col-3-child"></div>
56
+ </div>
57
+ <div class="col-2">
58
+ <div class="col-2-child"></div>
59
+ </div>
60
+ <div class="col-1">
61
+ <div class="col-1-child"></div>
62
+ </div>
63
+ </article>
64
+ </section>
65
+ <section>
66
+ <article class="container">
67
+ <div class="col-third"></div>
68
+ <div class="col-third"></div>
69
+ <div class="col-third"></div>
70
+ </article>
71
+ </section>
72
+ <section>
73
+ <article class="container">
74
+ <div class="col-fourth"></div>
75
+ <div class="col-fourth"></div>
76
+ <div class="col-fourth"></div>
77
+ <div class="col-fourth"></div>
78
+ </article>
79
+ </section>
80
+ <section>
81
+ <article class="container">
82
+ <div class="col-fifth">
83
+ <div class="col-fifth-child"></div>
84
+ <div class="col-fifth-child"></div>
85
+ <div class="col-fifth-child"></div>
86
+ </div>
87
+ <div class="col-fifth">
88
+ <div class="col-fifth-child"></div>
89
+ <div class="col-fifth-child"></div>
90
+ <div class="col-fifth-child"></div>
91
+ </div>
92
+ <div class="col-fifth">
93
+ <div class="col-fifth-child"></div>
94
+ <div class="col-fifth-child"></div>
95
+ <div class="col-fifth-child"></div>
96
+ </div>
97
+ <div class="col-fifth">
98
+ <div class="col-fifth-child"></div>
99
+ <div class="col-fifth-child"></div>
100
+ <div class="col-fifth-child"></div>
101
+ </div>
102
+ <div class="col-fifth">
103
+ <div class="col-fifth-child"></div>
104
+ <div class="col-fifth-child"></div>
105
+ <div class="col-fifth-child"></div>
106
+ </div>
107
+ </article>
108
+ </section>
109
+ </body>
110
+ </html>
metadata CHANGED
@@ -1,57 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flint-gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.6
4
+ version: 2.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-13 00:00:00.000000000 Z
11
+ date: 2015-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: '1.7'
20
- type: :development
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: '1.7'
27
- - !ruby/object:Gem::Dependency
28
- name: rake
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ~>
32
- - !ruby/object:Gem::Version
33
- version: '10.0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ~>
39
- - !ruby/object:Gem::Version
40
- version: '10.0'
41
- - !ruby/object:Gem::Dependency
42
- name: compass
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ~>
46
- - !ruby/object:Gem::Version
47
- version: '1.0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ~>
53
- - !ruby/object:Gem::Version
54
- version: '1.0'
55
13
  - !ruby/object:Gem::Dependency
56
14
  name: sass
57
15
  requirement: !ruby/object:Gem::Requirement
@@ -74,14 +32,11 @@ executables: []
74
32
  extensions: []
75
33
  extra_rdoc_files: []
76
34
  files:
77
- - LICENSE
78
- - README.md
79
- - lib/flint.rb
80
35
  - lib/flint/functions.rb
81
36
  - lib/flint/version.rb
82
- - stylesheets/_flint.scss
37
+ - lib/flint-gs.rb
38
+ - lib/flint.rb
83
39
  - stylesheets/flint/config/_config.scss
84
- - stylesheets/flint/functions/_functions.scss
85
40
  - stylesheets/flint/functions/helpers/_helpers.scss
86
41
  - stylesheets/flint/functions/lib/_calc-breakpoint.scss
87
42
  - stylesheets/flint/functions/lib/_calc-width.scss
@@ -107,8 +62,8 @@ files:
107
62
  - stylesheets/flint/functions/lib/_support-syntax.scss
108
63
  - stylesheets/flint/functions/lib/_types-in-list.scss
109
64
  - stylesheets/flint/functions/lib/_use-syntax.scss
65
+ - stylesheets/flint/functions/_functions.scss
110
66
  - stylesheets/flint/globals/_globals.scss
111
- - stylesheets/flint/mixins/_mixins.scss
112
67
  - stylesheets/flint/mixins/lib/_box-sizing.scss
113
68
  - stylesheets/flint/mixins/lib/_calculate.scss
114
69
  - stylesheets/flint/mixins/lib/_clearfix.scss
@@ -117,86 +72,11 @@ files:
117
72
  - stylesheets/flint/mixins/lib/_main.scss
118
73
  - stylesheets/flint/mixins/lib/_new-instance.scss
119
74
  - stylesheets/flint/mixins/lib/_print-instance.scss
120
- - tests/bootcamp/CHANGELOG.md
121
- - tests/bootcamp/CONTRIBUTING.md
122
- - tests/bootcamp/Gruntfile.coffee
123
- - tests/bootcamp/LICENSE.md
124
- - tests/bootcamp/README.md
125
- - tests/bootcamp/bower.json
126
- - tests/bootcamp/dist/_bootcamp.scss
127
- - tests/bootcamp/dist/bootcamp.coffee
128
- - tests/bootcamp/dist/core/functions/_actual.scss
129
- - tests/bootcamp/dist/core/functions/_error.scss
130
- - tests/bootcamp/dist/core/functions/_expect.scss
131
- - tests/bootcamp/dist/core/functions/_not-to.scss
132
- - tests/bootcamp/dist/core/functions/_should.scss
133
- - tests/bootcamp/dist/core/functions/_to.scss
134
- - tests/bootcamp/dist/core/mixins/_describe.scss
135
- - tests/bootcamp/dist/core/mixins/_it.scss
136
- - tests/bootcamp/dist/core/mixins/_runner.scss
137
- - tests/bootcamp/dist/core/mixins/_should.scss
138
- - tests/bootcamp/dist/core/mixins/_xdescribe.scss
139
- - tests/bootcamp/dist/core/mixins/_xit.scss
140
- - tests/bootcamp/dist/core/variables/_helpers.scss
141
- - tests/bootcamp/dist/core/variables/_settings.scss
142
- - tests/bootcamp/dist/core/variables/_should.scss
143
- - tests/bootcamp/dist/core/variables/_trackers.scss
144
- - tests/bootcamp/dist/lib/_sassyjson.scss
145
- - tests/bootcamp/dist/matchers/_be.scss
146
- - tests/bootcamp/dist/matchers/_equal.scss
147
- - tests/bootcamp/dist/matchers/lists/_be-empty.scss
148
- - tests/bootcamp/dist/matchers/lists/_be-longer-than.scss
149
- - tests/bootcamp/dist/matchers/lists/_be-shorter-than.scss
150
- - tests/bootcamp/dist/matchers/lists/_contain.scss
151
- - tests/bootcamp/dist/matchers/lists/_deep-contain.scss
152
- - tests/bootcamp/dist/matchers/lists/_deep-equal.scss
153
- - tests/bootcamp/dist/matchers/lists/_have-length-of.scss
154
- - tests/bootcamp/dist/matchers/numbers/_be-close-to.scss
155
- - tests/bootcamp/dist/matchers/numbers/_be-greater-than.scss
156
- - tests/bootcamp/dist/matchers/numbers/_be-less-than.scss
157
- - tests/bootcamp/dist/matchers/types/_be-falsy.scss
158
- - tests/bootcamp/dist/matchers/types/_be-null.scss
159
- - tests/bootcamp/dist/matchers/types/_be-truthy.scss
160
- - tests/bootcamp/dist/matchers/types/_have-type-of.scss
161
- - tests/bootcamp/dist/utils/_contain.scss
162
- - tests/bootcamp/dist/utils/_equal.scss
163
- - tests/bootcamp/dist/utils/_list-join.scss
164
- - tests/bootcamp/dist/utils/_power.scss
165
- - tests/bootcamp/package.json
166
- - tests/bootcamp/tasks/bootcamp.coffee
167
- - tests/bootcamp/test/core/functions/_actual.scss
168
- - tests/bootcamp/test/core/functions/_expect.scss
169
- - tests/bootcamp/test/core/functions/_not-to.scss
170
- - tests/bootcamp/test/core/functions/_should.scss
171
- - tests/bootcamp/test/core/functions/_to.scss
172
- - tests/bootcamp/test/core/mixins/_describe.scss
173
- - tests/bootcamp/test/core/mixins/_it.scss
174
- - tests/bootcamp/test/core/mixins/_should.scss
175
- - tests/bootcamp/test/core/mixins/_xdescribe.scss
176
- - tests/bootcamp/test/core/mixins/_xit.scss
177
- - tests/bootcamp/test/matchers/_be.scss
178
- - tests/bootcamp/test/matchers/_equal.scss
179
- - tests/bootcamp/test/matchers/lists/_be-empty.scss
180
- - tests/bootcamp/test/matchers/lists/_be-longer-than.scss
181
- - tests/bootcamp/test/matchers/lists/_be-shorter-than.scss
182
- - tests/bootcamp/test/matchers/lists/_contain.scss
183
- - tests/bootcamp/test/matchers/lists/_deep-contain.scss
184
- - tests/bootcamp/test/matchers/lists/_deep-equal.scss
185
- - tests/bootcamp/test/matchers/lists/_have-length-of.scss
186
- - tests/bootcamp/test/matchers/numbers/_be-close-to.scss
187
- - tests/bootcamp/test/matchers/numbers/_be-greater-than.scss
188
- - tests/bootcamp/test/matchers/numbers/_be-less-than.scss
189
- - tests/bootcamp/test/matchers/types/_be-falsy.scss
190
- - tests/bootcamp/test/matchers/types/_be-null.scss
191
- - tests/bootcamp/test/matchers/types/_be-truthy.scss
192
- - tests/bootcamp/test/matchers/types/_have-type-of.scss
193
- - tests/bootcamp/test/specs.scss
194
- - tests/bootcamp/test/utils/_contain.scss
195
- - tests/bootcamp/test/utils/_equal.scss
196
- - tests/bootcamp/test/utils/_list-join.scss
197
- - tests/bootcamp/test/utils/_power.scss
75
+ - stylesheets/flint/mixins/_mixins.scss
76
+ - stylesheets/_flint.scss
77
+ - LICENSE
78
+ - README.md
198
79
  - tests/config.rb
199
- - tests/input/functions/_functions.scss
200
80
  - tests/input/functions/helpers/_helpers.scss
201
81
  - tests/input/functions/lib/_calc-breakpoint.scss
202
82
  - tests/input/functions/lib/_calc-width.scss
@@ -221,9 +101,9 @@ files:
221
101
  - tests/input/functions/lib/_support-syntax.scss
222
102
  - tests/input/functions/lib/_types-in-list.scss
223
103
  - tests/input/functions/lib/_use-syntax.scss
104
+ - tests/input/functions/_functions.scss
224
105
  - tests/input/output.scss
225
106
  - tests/output/output.css
226
- - tests/sass-prof.log
227
107
  - tests/tests.html
228
108
  homepage: http://flint.gs
229
109
  licenses:
@@ -245,91 +125,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
125
  version: '0'
246
126
  requirements: []
247
127
  rubyforge_project: flint
248
- rubygems_version: 2.4.6
128
+ rubygems_version: 2.0.15
249
129
  signing_key:
250
130
  specification_version: 4
251
131
  summary: A highly advanced Sass grid framework designed for rapid responsive development.
252
132
  test_files:
253
- - tests/bootcamp/bower.json
254
- - tests/bootcamp/CHANGELOG.md
255
- - tests/bootcamp/CONTRIBUTING.md
256
- - tests/bootcamp/dist/_bootcamp.scss
257
- - tests/bootcamp/dist/bootcamp.coffee
258
- - tests/bootcamp/dist/core/functions/_actual.scss
259
- - tests/bootcamp/dist/core/functions/_error.scss
260
- - tests/bootcamp/dist/core/functions/_expect.scss
261
- - tests/bootcamp/dist/core/functions/_not-to.scss
262
- - tests/bootcamp/dist/core/functions/_should.scss
263
- - tests/bootcamp/dist/core/functions/_to.scss
264
- - tests/bootcamp/dist/core/mixins/_describe.scss
265
- - tests/bootcamp/dist/core/mixins/_it.scss
266
- - tests/bootcamp/dist/core/mixins/_runner.scss
267
- - tests/bootcamp/dist/core/mixins/_should.scss
268
- - tests/bootcamp/dist/core/mixins/_xdescribe.scss
269
- - tests/bootcamp/dist/core/mixins/_xit.scss
270
- - tests/bootcamp/dist/core/variables/_helpers.scss
271
- - tests/bootcamp/dist/core/variables/_settings.scss
272
- - tests/bootcamp/dist/core/variables/_should.scss
273
- - tests/bootcamp/dist/core/variables/_trackers.scss
274
- - tests/bootcamp/dist/lib/_sassyjson.scss
275
- - tests/bootcamp/dist/matchers/_be.scss
276
- - tests/bootcamp/dist/matchers/_equal.scss
277
- - tests/bootcamp/dist/matchers/lists/_be-empty.scss
278
- - tests/bootcamp/dist/matchers/lists/_be-longer-than.scss
279
- - tests/bootcamp/dist/matchers/lists/_be-shorter-than.scss
280
- - tests/bootcamp/dist/matchers/lists/_contain.scss
281
- - tests/bootcamp/dist/matchers/lists/_deep-contain.scss
282
- - tests/bootcamp/dist/matchers/lists/_deep-equal.scss
283
- - tests/bootcamp/dist/matchers/lists/_have-length-of.scss
284
- - tests/bootcamp/dist/matchers/numbers/_be-close-to.scss
285
- - tests/bootcamp/dist/matchers/numbers/_be-greater-than.scss
286
- - tests/bootcamp/dist/matchers/numbers/_be-less-than.scss
287
- - tests/bootcamp/dist/matchers/types/_be-falsy.scss
288
- - tests/bootcamp/dist/matchers/types/_be-null.scss
289
- - tests/bootcamp/dist/matchers/types/_be-truthy.scss
290
- - tests/bootcamp/dist/matchers/types/_have-type-of.scss
291
- - tests/bootcamp/dist/utils/_contain.scss
292
- - tests/bootcamp/dist/utils/_equal.scss
293
- - tests/bootcamp/dist/utils/_list-join.scss
294
- - tests/bootcamp/dist/utils/_power.scss
295
- - tests/bootcamp/Gruntfile.coffee
296
- - tests/bootcamp/LICENSE.md
297
- - tests/bootcamp/package.json
298
- - tests/bootcamp/README.md
299
- - tests/bootcamp/tasks/bootcamp.coffee
300
- - tests/bootcamp/test/core/functions/_actual.scss
301
- - tests/bootcamp/test/core/functions/_expect.scss
302
- - tests/bootcamp/test/core/functions/_not-to.scss
303
- - tests/bootcamp/test/core/functions/_should.scss
304
- - tests/bootcamp/test/core/functions/_to.scss
305
- - tests/bootcamp/test/core/mixins/_describe.scss
306
- - tests/bootcamp/test/core/mixins/_it.scss
307
- - tests/bootcamp/test/core/mixins/_should.scss
308
- - tests/bootcamp/test/core/mixins/_xdescribe.scss
309
- - tests/bootcamp/test/core/mixins/_xit.scss
310
- - tests/bootcamp/test/matchers/_be.scss
311
- - tests/bootcamp/test/matchers/_equal.scss
312
- - tests/bootcamp/test/matchers/lists/_be-empty.scss
313
- - tests/bootcamp/test/matchers/lists/_be-longer-than.scss
314
- - tests/bootcamp/test/matchers/lists/_be-shorter-than.scss
315
- - tests/bootcamp/test/matchers/lists/_contain.scss
316
- - tests/bootcamp/test/matchers/lists/_deep-contain.scss
317
- - tests/bootcamp/test/matchers/lists/_deep-equal.scss
318
- - tests/bootcamp/test/matchers/lists/_have-length-of.scss
319
- - tests/bootcamp/test/matchers/numbers/_be-close-to.scss
320
- - tests/bootcamp/test/matchers/numbers/_be-greater-than.scss
321
- - tests/bootcamp/test/matchers/numbers/_be-less-than.scss
322
- - tests/bootcamp/test/matchers/types/_be-falsy.scss
323
- - tests/bootcamp/test/matchers/types/_be-null.scss
324
- - tests/bootcamp/test/matchers/types/_be-truthy.scss
325
- - tests/bootcamp/test/matchers/types/_have-type-of.scss
326
- - tests/bootcamp/test/specs.scss
327
- - tests/bootcamp/test/utils/_contain.scss
328
- - tests/bootcamp/test/utils/_equal.scss
329
- - tests/bootcamp/test/utils/_list-join.scss
330
- - tests/bootcamp/test/utils/_power.scss
331
133
  - tests/config.rb
332
- - tests/input/functions/_functions.scss
333
134
  - tests/input/functions/helpers/_helpers.scss
334
135
  - tests/input/functions/lib/_calc-breakpoint.scss
335
136
  - tests/input/functions/lib/_calc-width.scss
@@ -354,8 +155,7 @@ test_files:
354
155
  - tests/input/functions/lib/_support-syntax.scss
355
156
  - tests/input/functions/lib/_types-in-list.scss
356
157
  - tests/input/functions/lib/_use-syntax.scss
158
+ - tests/input/functions/_functions.scss
357
159
  - tests/input/output.scss
358
160
  - tests/output/output.css
359
- - tests/sass-prof.log
360
161
  - tests/tests.html
361
- has_rdoc: