garth-jekyll-theme 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/bourbon/_bourbon.scss +45 -80
  3. data/_sass/bourbon/bourbon/helpers/_buttons-list.scss +14 -0
  4. data/_sass/bourbon/bourbon/helpers/_scales.scss +27 -0
  5. data/_sass/bourbon/bourbon/helpers/_text-inputs-list.scss +26 -0
  6. data/_sass/bourbon/bourbon/library/_border-color.scss +25 -0
  7. data/_sass/bourbon/bourbon/library/_border-radius.scss +85 -0
  8. data/_sass/bourbon/bourbon/library/_border-style.scss +24 -0
  9. data/_sass/bourbon/bourbon/library/_border-width.scss +24 -0
  10. data/_sass/bourbon/bourbon/library/_buttons.scss +84 -0
  11. data/_sass/bourbon/{addons → bourbon/library}/_clearfix.scss +5 -5
  12. data/_sass/bourbon/bourbon/library/_contrast-switch.scss +60 -0
  13. data/_sass/bourbon/{addons → bourbon/library}/_ellipsis.scss +13 -6
  14. data/_sass/bourbon/bourbon/library/_font-face.scss +65 -0
  15. data/_sass/bourbon/bourbon/library/_font-stacks.scss +87 -0
  16. data/_sass/bourbon/bourbon/library/_hide-text.scss +24 -0
  17. data/_sass/bourbon/bourbon/library/_hide-visually.scss +65 -0
  18. data/_sass/bourbon/bourbon/library/_margin.scss +34 -0
  19. data/_sass/bourbon/bourbon/library/_modular-scale.scss +113 -0
  20. data/_sass/bourbon/bourbon/library/_padding.scss +34 -0
  21. data/_sass/bourbon/{addons → bourbon/library}/_position.scss +19 -13
  22. data/_sass/bourbon/bourbon/library/_prefixer.scss +38 -0
  23. data/_sass/bourbon/bourbon/library/_shade.scss +33 -0
  24. data/_sass/bourbon/bourbon/library/_size.scss +49 -0
  25. data/_sass/bourbon/bourbon/library/_strip-unit.scss +17 -0
  26. data/_sass/bourbon/bourbon/library/_text-inputs.scss +163 -0
  27. data/_sass/bourbon/{addons → bourbon/library}/_timing-functions.scss +7 -3
  28. data/_sass/bourbon/bourbon/library/_tint.scss +33 -0
  29. data/_sass/bourbon/bourbon/library/_triangle.scss +82 -0
  30. data/_sass/bourbon/bourbon/library/_value-prefixer.scss +38 -0
  31. data/_sass/bourbon/{addons → bourbon/library}/_word-wrap.scss +3 -3
  32. data/_sass/bourbon/bourbon/settings/_settings.scss +51 -0
  33. data/_sass/bourbon/bourbon/utilities/_assign-inputs.scss +29 -0
  34. data/_sass/bourbon/bourbon/utilities/_collapse-directionals.scss +51 -0
  35. data/_sass/bourbon/bourbon/utilities/_directional-values.scss +58 -0
  36. data/_sass/bourbon/{helpers → bourbon/utilities}/_font-source-declaration.scss +26 -17
  37. data/_sass/bourbon/bourbon/utilities/_retrieve-bourbon-setting.scss +16 -0
  38. data/_sass/bourbon/{functions → bourbon/utilities}/_unpack.scss +7 -5
  39. data/_sass/bourbon/{functions → bourbon/validators}/_contains-falsy.scss +5 -5
  40. data/_sass/bourbon/{functions → bourbon/validators}/_contains.scss +9 -8
  41. data/_sass/bourbon/bourbon/validators/_is-color.scss +13 -0
  42. data/_sass/bourbon/{functions → bourbon/validators}/_is-length.scss +6 -2
  43. data/_sass/bourbon/{functions → bourbon/validators}/_is-light.scss +7 -5
  44. data/_sass/bourbon/bourbon/validators/_is-number.scss +15 -0
  45. data/_sass/bourbon/bourbon/validators/_is-size.scss +18 -0
  46. data/_sass/neat/_neat-helpers.scss +8 -0
  47. data/_sass/neat/_neat.scss +23 -0
  48. data/_sass/neat/functions/_new-breakpoint.scss +49 -0
  49. data/_sass/neat/functions/_private.scss +114 -0
  50. data/_sass/neat/grid/_box-sizing.scss +15 -0
  51. data/_sass/neat/grid/_direction-context.scss +33 -0
  52. data/_sass/neat/grid/_display-context.scss +28 -0
  53. data/_sass/neat/grid/_fill-parent.scss +22 -0
  54. data/_sass/neat/grid/_media.scss +92 -0
  55. data/_sass/neat/grid/_omega.scss +87 -0
  56. data/_sass/neat/grid/_outer-container.scss +38 -0
  57. data/_sass/neat/grid/_pad.scss +25 -0
  58. data/_sass/neat/grid/_private.scss +35 -0
  59. data/_sass/neat/grid/_row.scss +52 -0
  60. data/_sass/neat/grid/_shift.scss +50 -0
  61. data/_sass/neat/grid/_span-columns.scss +94 -0
  62. data/_sass/neat/grid/_to-deprecate.scss +97 -0
  63. data/_sass/neat/grid/_visual-grid.scss +42 -0
  64. data/_sass/neat/settings/_disable-warnings.scss +13 -0
  65. data/_sass/neat/settings/_grid.scss +51 -0
  66. data/_sass/neat/settings/_visual-grid.scss +27 -0
  67. data/_sass/theme.scss +6 -0
  68. metadata +66 -79
  69. data/_sass/bourbon/_bourbon-deprecated-upcoming.scss +0 -411
  70. data/_sass/bourbon/addons/_border-color.scss +0 -26
  71. data/_sass/bourbon/addons/_border-radius.scss +0 -48
  72. data/_sass/bourbon/addons/_border-style.scss +0 -25
  73. data/_sass/bourbon/addons/_border-width.scss +0 -25
  74. data/_sass/bourbon/addons/_buttons.scss +0 -64
  75. data/_sass/bourbon/addons/_font-stacks.scss +0 -31
  76. data/_sass/bourbon/addons/_hide-text.scss +0 -27
  77. data/_sass/bourbon/addons/_margin.scss +0 -26
  78. data/_sass/bourbon/addons/_padding.scss +0 -26
  79. data/_sass/bourbon/addons/_prefixer.scss +0 -66
  80. data/_sass/bourbon/addons/_retina-image.scss +0 -25
  81. data/_sass/bourbon/addons/_size.scss +0 -51
  82. data/_sass/bourbon/addons/_text-inputs.scss +0 -113
  83. data/_sass/bourbon/addons/_triangle.scss +0 -63
  84. data/_sass/bourbon/css3/_animation.scss +0 -43
  85. data/_sass/bourbon/css3/_appearance.scss +0 -3
  86. data/_sass/bourbon/css3/_backface-visibility.scss +0 -3
  87. data/_sass/bourbon/css3/_background-image.scss +0 -42
  88. data/_sass/bourbon/css3/_background.scss +0 -55
  89. data/_sass/bourbon/css3/_border-image.scss +0 -59
  90. data/_sass/bourbon/css3/_calc.scss +0 -4
  91. data/_sass/bourbon/css3/_columns.scss +0 -47
  92. data/_sass/bourbon/css3/_filter.scss +0 -4
  93. data/_sass/bourbon/css3/_flex-box.scss +0 -287
  94. data/_sass/bourbon/css3/_font-face.scss +0 -24
  95. data/_sass/bourbon/css3/_font-feature-settings.scss +0 -4
  96. data/_sass/bourbon/css3/_hidpi-media-query.scss +0 -10
  97. data/_sass/bourbon/css3/_hyphens.scss +0 -4
  98. data/_sass/bourbon/css3/_image-rendering.scss +0 -14
  99. data/_sass/bourbon/css3/_keyframes.scss +0 -36
  100. data/_sass/bourbon/css3/_linear-gradient.scss +0 -38
  101. data/_sass/bourbon/css3/_perspective.scss +0 -8
  102. data/_sass/bourbon/css3/_placeholder.scss +0 -8
  103. data/_sass/bourbon/css3/_radial-gradient.scss +0 -39
  104. data/_sass/bourbon/css3/_selection.scss +0 -42
  105. data/_sass/bourbon/css3/_text-decoration.scss +0 -19
  106. data/_sass/bourbon/css3/_transform.scss +0 -15
  107. data/_sass/bourbon/css3/_transition.scss +0 -71
  108. data/_sass/bourbon/css3/_user-select.scss +0 -3
  109. data/_sass/bourbon/functions/_assign-inputs.scss +0 -11
  110. data/_sass/bourbon/functions/_is-number.scss +0 -11
  111. data/_sass/bourbon/functions/_is-size.scss +0 -13
  112. data/_sass/bourbon/functions/_modular-scale.scss +0 -69
  113. data/_sass/bourbon/functions/_px-to-em.scss +0 -13
  114. data/_sass/bourbon/functions/_px-to-rem.scss +0 -15
  115. data/_sass/bourbon/functions/_shade.scss +0 -24
  116. data/_sass/bourbon/functions/_strip-units.scss +0 -17
  117. data/_sass/bourbon/functions/_tint.scss +0 -24
  118. data/_sass/bourbon/functions/_transition-property-name.scss +0 -22
  119. data/_sass/bourbon/helpers/_convert-units.scss +0 -21
  120. data/_sass/bourbon/helpers/_directional-values.scss +0 -96
  121. data/_sass/bourbon/helpers/_gradient-positions-parser.scss +0 -13
  122. data/_sass/bourbon/helpers/_linear-angle-parser.scss +0 -25
  123. data/_sass/bourbon/helpers/_linear-gradient-parser.scss +0 -41
  124. data/_sass/bourbon/helpers/_linear-positions-parser.scss +0 -61
  125. data/_sass/bourbon/helpers/_linear-side-corner-parser.scss +0 -31
  126. data/_sass/bourbon/helpers/_radial-arg-parser.scss +0 -69
  127. data/_sass/bourbon/helpers/_radial-gradient-parser.scss +0 -50
  128. data/_sass/bourbon/helpers/_radial-positions-parser.scss +0 -18
  129. data/_sass/bourbon/helpers/_render-gradients.scss +0 -26
  130. data/_sass/bourbon/helpers/_shape-size-stripper.scss +0 -10
  131. data/_sass/bourbon/helpers/_str-to-num.scss +0 -50
  132. data/_sass/bourbon/settings/_asset-pipeline.scss +0 -7
  133. data/_sass/bourbon/settings/_prefixer.scss +0 -9
  134. data/_sass/bourbon/settings/_px-to-em.scss +0 -1
@@ -0,0 +1,42 @@
1
+ @charset "UTF-8";
2
+
3
+ @mixin grid-column-gradient($values...) {
4
+ background-image: -webkit-linear-gradient(left, $values);
5
+ background-image: -moz-linear-gradient(left, $values);
6
+ background-image: -ms-linear-gradient(left, $values);
7
+ background-image: -o-linear-gradient(left, $values);
8
+ background-image: unquote("linear-gradient(to left, #{$values})");
9
+ }
10
+
11
+ @if $visual-grid == true or $visual-grid == yes {
12
+ body:before {
13
+ @include grid-column-gradient(gradient-stops($grid-columns));
14
+ content: "";
15
+ display: inline-block;
16
+ height: 100%;
17
+ left: 0;
18
+ margin: 0 auto;
19
+ max-width: $max-width;
20
+ opacity: $visual-grid-opacity;
21
+ pointer-events: none;
22
+ position: fixed;
23
+ right: 0;
24
+ width: 100%;
25
+
26
+ @if $visual-grid-index == back {
27
+ z-index: -1;
28
+ }
29
+
30
+ @else if $visual-grid-index == front {
31
+ z-index: 9999;
32
+ }
33
+
34
+ @each $breakpoint in $visual-grid-breakpoints {
35
+ @if $breakpoint {
36
+ @include media($breakpoint) {
37
+ @include grid-column-gradient(gradient-stops($grid-columns));
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
@@ -0,0 +1,13 @@
1
+ @charset "UTF-8";
2
+
3
+ /// Disable all deprecation warnings. Defaults to `false`. Set with a `!global` flag.
4
+ ///
5
+ /// @type Bool
6
+
7
+ $disable-warnings: false !default;
8
+
9
+ @mixin -neat-warn($message) {
10
+ @if $disable-warnings == false {
11
+ @warn "#{$message}";
12
+ }
13
+ }
@@ -0,0 +1,51 @@
1
+ @charset "UTF-8";
2
+
3
+ /// Sets the relative width of a single grid column. The unit used should be the same one used to define `$gutter`. To learn more about `modular-scale()` see [Bourbon docs](http://bourbon.io/docs/#modular-scale). Set with a `!global` flag.
4
+ ///
5
+ /// @type Number (Unit)
6
+
7
+ $column: modular-scale(3, 1em, $golden) !default;
8
+
9
+ /// Sets the relative width of a single grid gutter. The unit used should be the same one used to define `$column`. To learn more about `modular-scale()` see [Bourbon docs](http://bourbon.io/docs/#modular-scale). Set with the `!global` flag.
10
+ ///
11
+ /// @type Number (Unit)
12
+
13
+ $gutter: modular-scale(1, 1em, $golden) !default;
14
+
15
+ /// Sets the total number of columns in the grid. Its value can be overridden inside a media query using the `media()` mixin. Set with the `!global` flag.
16
+ ///
17
+ /// @type Number (Unitless)
18
+
19
+ $grid-columns: 12 !default;
20
+
21
+ /// Sets the max-width property of the element that includes `outer-container()`. Set with the `!global` flag.
22
+ ///
23
+ /// @type Number (Unit)
24
+ ///
25
+ $max-width: 1200px !default;
26
+
27
+ /// When set to true, it sets the box-sizing property of all elements to `border-box`. Set with a `!global` flag.
28
+ ///
29
+ /// @type Bool
30
+ ///
31
+ /// @example css - CSS Output
32
+ /// html {
33
+ /// box-sizing: border-box; }
34
+ ///
35
+ /// *, *::after, *::before {
36
+ /// box-sizing: inherit;
37
+ /// }
38
+
39
+ $border-box-sizing: true !default;
40
+
41
+ /// Sets the default [media feature](http://www.w3.org/TR/css3-mediaqueries/#media) that `media()` and `new-breakpoint()` revert to when only a breakpoint value is passed. Set with a `!global` flag.
42
+ ///
43
+ /// @type String
44
+
45
+ $default-feature: min-width; // Default @media feature for the breakpoint() mixin
46
+
47
+ ///Sets the default layout direction of the grid. Can be `LTR` or `RTL`. Set with a `!global` flag.
48
+ ///
49
+ ///@type String
50
+
51
+ $default-layout-direction: LTR !default;
@@ -0,0 +1,27 @@
1
+ @charset "UTF-8";
2
+
3
+ /// Displays the visual grid when set to true. The overlaid grid may be few pixels off depending on the browser's rendering engine and pixel rounding algorithm. Set with the `!global` flag.
4
+ ///
5
+ /// @type Bool
6
+
7
+ $visual-grid: false !default;
8
+
9
+ /// Sets the visual grid color. Set with `!global` flag.
10
+ ///
11
+ /// @type Color
12
+
13
+ $visual-grid-color: #eee !default;
14
+
15
+ /// Sets the `z-index` property of the visual grid. Can be `back` (behind content) or `front` (in front of content). Set with `!global` flag.
16
+ ///
17
+ /// @type String
18
+
19
+ $visual-grid-index: back !default;
20
+
21
+ /// Sets the opacity property of the visual grid. Set with `!global` flag.
22
+ ///
23
+ /// @type Number (unitless)
24
+
25
+ $visual-grid-opacity: 0.4 !default;
26
+
27
+ $visual-grid-breakpoints: () !default;
data/_sass/theme.scss CHANGED
@@ -1,5 +1,6 @@
1
1
  // Imports
2
2
  @import "bourbon/bourbon";
3
+ @import "neat/neat";
3
4
  @import "base/base";
4
5
 
5
6
  // Theme variables
@@ -22,3 +23,8 @@ body {
22
23
  a {
23
24
  color: $color--accent;
24
25
  }
26
+
27
+ // Theme layout
28
+ .container {
29
+ @include outer-container;
30
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garth-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Darnes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2016-06-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An experimental theme for Jekyll, just to test this out
14
14
  email: me@daviddarnes.com
@@ -36,84 +36,71 @@ files:
36
36
  - _sass/base/_tables.scss
37
37
  - _sass/base/_typography.scss
38
38
  - _sass/base/_variables.scss
39
- - _sass/bourbon/_bourbon-deprecated-upcoming.scss
40
39
  - _sass/bourbon/_bourbon.scss
41
- - _sass/bourbon/addons/_border-color.scss
42
- - _sass/bourbon/addons/_border-radius.scss
43
- - _sass/bourbon/addons/_border-style.scss
44
- - _sass/bourbon/addons/_border-width.scss
45
- - _sass/bourbon/addons/_buttons.scss
46
- - _sass/bourbon/addons/_clearfix.scss
47
- - _sass/bourbon/addons/_ellipsis.scss
48
- - _sass/bourbon/addons/_font-stacks.scss
49
- - _sass/bourbon/addons/_hide-text.scss
50
- - _sass/bourbon/addons/_margin.scss
51
- - _sass/bourbon/addons/_padding.scss
52
- - _sass/bourbon/addons/_position.scss
53
- - _sass/bourbon/addons/_prefixer.scss
54
- - _sass/bourbon/addons/_retina-image.scss
55
- - _sass/bourbon/addons/_size.scss
56
- - _sass/bourbon/addons/_text-inputs.scss
57
- - _sass/bourbon/addons/_timing-functions.scss
58
- - _sass/bourbon/addons/_triangle.scss
59
- - _sass/bourbon/addons/_word-wrap.scss
60
- - _sass/bourbon/css3/_animation.scss
61
- - _sass/bourbon/css3/_appearance.scss
62
- - _sass/bourbon/css3/_backface-visibility.scss
63
- - _sass/bourbon/css3/_background-image.scss
64
- - _sass/bourbon/css3/_background.scss
65
- - _sass/bourbon/css3/_border-image.scss
66
- - _sass/bourbon/css3/_calc.scss
67
- - _sass/bourbon/css3/_columns.scss
68
- - _sass/bourbon/css3/_filter.scss
69
- - _sass/bourbon/css3/_flex-box.scss
70
- - _sass/bourbon/css3/_font-face.scss
71
- - _sass/bourbon/css3/_font-feature-settings.scss
72
- - _sass/bourbon/css3/_hidpi-media-query.scss
73
- - _sass/bourbon/css3/_hyphens.scss
74
- - _sass/bourbon/css3/_image-rendering.scss
75
- - _sass/bourbon/css3/_keyframes.scss
76
- - _sass/bourbon/css3/_linear-gradient.scss
77
- - _sass/bourbon/css3/_perspective.scss
78
- - _sass/bourbon/css3/_placeholder.scss
79
- - _sass/bourbon/css3/_radial-gradient.scss
80
- - _sass/bourbon/css3/_selection.scss
81
- - _sass/bourbon/css3/_text-decoration.scss
82
- - _sass/bourbon/css3/_transform.scss
83
- - _sass/bourbon/css3/_transition.scss
84
- - _sass/bourbon/css3/_user-select.scss
85
- - _sass/bourbon/functions/_assign-inputs.scss
86
- - _sass/bourbon/functions/_contains-falsy.scss
87
- - _sass/bourbon/functions/_contains.scss
88
- - _sass/bourbon/functions/_is-length.scss
89
- - _sass/bourbon/functions/_is-light.scss
90
- - _sass/bourbon/functions/_is-number.scss
91
- - _sass/bourbon/functions/_is-size.scss
92
- - _sass/bourbon/functions/_modular-scale.scss
93
- - _sass/bourbon/functions/_px-to-em.scss
94
- - _sass/bourbon/functions/_px-to-rem.scss
95
- - _sass/bourbon/functions/_shade.scss
96
- - _sass/bourbon/functions/_strip-units.scss
97
- - _sass/bourbon/functions/_tint.scss
98
- - _sass/bourbon/functions/_transition-property-name.scss
99
- - _sass/bourbon/functions/_unpack.scss
100
- - _sass/bourbon/helpers/_convert-units.scss
101
- - _sass/bourbon/helpers/_directional-values.scss
102
- - _sass/bourbon/helpers/_font-source-declaration.scss
103
- - _sass/bourbon/helpers/_gradient-positions-parser.scss
104
- - _sass/bourbon/helpers/_linear-angle-parser.scss
105
- - _sass/bourbon/helpers/_linear-gradient-parser.scss
106
- - _sass/bourbon/helpers/_linear-positions-parser.scss
107
- - _sass/bourbon/helpers/_linear-side-corner-parser.scss
108
- - _sass/bourbon/helpers/_radial-arg-parser.scss
109
- - _sass/bourbon/helpers/_radial-gradient-parser.scss
110
- - _sass/bourbon/helpers/_radial-positions-parser.scss
111
- - _sass/bourbon/helpers/_render-gradients.scss
112
- - _sass/bourbon/helpers/_shape-size-stripper.scss
113
- - _sass/bourbon/helpers/_str-to-num.scss
114
- - _sass/bourbon/settings/_asset-pipeline.scss
115
- - _sass/bourbon/settings/_prefixer.scss
116
- - _sass/bourbon/settings/_px-to-em.scss
40
+ - _sass/bourbon/bourbon/helpers/_buttons-list.scss
41
+ - _sass/bourbon/bourbon/helpers/_scales.scss
42
+ - _sass/bourbon/bourbon/helpers/_text-inputs-list.scss
43
+ - _sass/bourbon/bourbon/library/_border-color.scss
44
+ - _sass/bourbon/bourbon/library/_border-radius.scss
45
+ - _sass/bourbon/bourbon/library/_border-style.scss
46
+ - _sass/bourbon/bourbon/library/_border-width.scss
47
+ - _sass/bourbon/bourbon/library/_buttons.scss
48
+ - _sass/bourbon/bourbon/library/_clearfix.scss
49
+ - _sass/bourbon/bourbon/library/_contrast-switch.scss
50
+ - _sass/bourbon/bourbon/library/_ellipsis.scss
51
+ - _sass/bourbon/bourbon/library/_font-face.scss
52
+ - _sass/bourbon/bourbon/library/_font-stacks.scss
53
+ - _sass/bourbon/bourbon/library/_hide-text.scss
54
+ - _sass/bourbon/bourbon/library/_hide-visually.scss
55
+ - _sass/bourbon/bourbon/library/_margin.scss
56
+ - _sass/bourbon/bourbon/library/_modular-scale.scss
57
+ - _sass/bourbon/bourbon/library/_padding.scss
58
+ - _sass/bourbon/bourbon/library/_position.scss
59
+ - _sass/bourbon/bourbon/library/_prefixer.scss
60
+ - _sass/bourbon/bourbon/library/_shade.scss
61
+ - _sass/bourbon/bourbon/library/_size.scss
62
+ - _sass/bourbon/bourbon/library/_strip-unit.scss
63
+ - _sass/bourbon/bourbon/library/_text-inputs.scss
64
+ - _sass/bourbon/bourbon/library/_timing-functions.scss
65
+ - _sass/bourbon/bourbon/library/_tint.scss
66
+ - _sass/bourbon/bourbon/library/_triangle.scss
67
+ - _sass/bourbon/bourbon/library/_value-prefixer.scss
68
+ - _sass/bourbon/bourbon/library/_word-wrap.scss
69
+ - _sass/bourbon/bourbon/settings/_settings.scss
70
+ - _sass/bourbon/bourbon/utilities/_assign-inputs.scss
71
+ - _sass/bourbon/bourbon/utilities/_collapse-directionals.scss
72
+ - _sass/bourbon/bourbon/utilities/_directional-values.scss
73
+ - _sass/bourbon/bourbon/utilities/_font-source-declaration.scss
74
+ - _sass/bourbon/bourbon/utilities/_retrieve-bourbon-setting.scss
75
+ - _sass/bourbon/bourbon/utilities/_unpack.scss
76
+ - _sass/bourbon/bourbon/validators/_contains-falsy.scss
77
+ - _sass/bourbon/bourbon/validators/_contains.scss
78
+ - _sass/bourbon/bourbon/validators/_is-color.scss
79
+ - _sass/bourbon/bourbon/validators/_is-length.scss
80
+ - _sass/bourbon/bourbon/validators/_is-light.scss
81
+ - _sass/bourbon/bourbon/validators/_is-number.scss
82
+ - _sass/bourbon/bourbon/validators/_is-size.scss
83
+ - _sass/neat/_neat-helpers.scss
84
+ - _sass/neat/_neat.scss
85
+ - _sass/neat/functions/_new-breakpoint.scss
86
+ - _sass/neat/functions/_private.scss
87
+ - _sass/neat/grid/_box-sizing.scss
88
+ - _sass/neat/grid/_direction-context.scss
89
+ - _sass/neat/grid/_display-context.scss
90
+ - _sass/neat/grid/_fill-parent.scss
91
+ - _sass/neat/grid/_media.scss
92
+ - _sass/neat/grid/_omega.scss
93
+ - _sass/neat/grid/_outer-container.scss
94
+ - _sass/neat/grid/_pad.scss
95
+ - _sass/neat/grid/_private.scss
96
+ - _sass/neat/grid/_row.scss
97
+ - _sass/neat/grid/_shift.scss
98
+ - _sass/neat/grid/_span-columns.scss
99
+ - _sass/neat/grid/_to-deprecate.scss
100
+ - _sass/neat/grid/_visual-grid.scss
101
+ - _sass/neat/settings/_disable-warnings.scss
102
+ - _sass/neat/settings/_grid.scss
103
+ - _sass/neat/settings/_visual-grid.scss
117
104
  - _sass/theme.scss
118
105
  homepage: https://github.com/daviddarnes/garth-jekyll-theme
119
106
  licenses:
@@ -1,411 +0,0 @@
1
- // The following features have been deprecated and will be removed in the next MAJOR version release
2
-
3
- @mixin inline-block {
4
- display: inline-block;
5
-
6
- @warn "The inline-block mixin is deprecated and will be removed in the next major version release";
7
- }
8
-
9
- @mixin button ($style: simple, $base-color: #4294f0, $text-size: inherit, $padding: 7px 18px) {
10
-
11
- @if type-of($style) == string and type-of($base-color) == color {
12
- @include buttonstyle($style, $base-color, $text-size, $padding);
13
- }
14
-
15
- @if type-of($style) == string and type-of($base-color) == number {
16
- $padding: $text-size;
17
- $text-size: $base-color;
18
- $base-color: #4294f0;
19
-
20
- @if $padding == inherit {
21
- $padding: 7px 18px;
22
- }
23
-
24
- @include buttonstyle($style, $base-color, $text-size, $padding);
25
- }
26
-
27
- @if type-of($style) == color and type-of($base-color) == color {
28
- $base-color: $style;
29
- $style: simple;
30
- @include buttonstyle($style, $base-color, $text-size, $padding);
31
- }
32
-
33
- @if type-of($style) == color and type-of($base-color) == number {
34
- $padding: $text-size;
35
- $text-size: $base-color;
36
- $base-color: $style;
37
- $style: simple;
38
-
39
- @if $padding == inherit {
40
- $padding: 7px 18px;
41
- }
42
-
43
- @include buttonstyle($style, $base-color, $text-size, $padding);
44
- }
45
-
46
- @if type-of($style) == number {
47
- $padding: $base-color;
48
- $text-size: $style;
49
- $base-color: #4294f0;
50
- $style: simple;
51
-
52
- @if $padding == #4294f0 {
53
- $padding: 7px 18px;
54
- }
55
-
56
- @include buttonstyle($style, $base-color, $text-size, $padding);
57
- }
58
-
59
- &:disabled {
60
- cursor: not-allowed;
61
- opacity: 0.5;
62
- }
63
-
64
- @warn "The button mixin is deprecated and will be removed in the next major version release";
65
- }
66
-
67
- // Selector Style Button
68
- @mixin buttonstyle($type, $b-color, $t-size, $pad) {
69
- // Grayscale button
70
- @if $type == simple and $b-color == grayscale($b-color) {
71
- @include simple($b-color, true, $t-size, $pad);
72
- }
73
-
74
- @if $type == shiny and $b-color == grayscale($b-color) {
75
- @include shiny($b-color, true, $t-size, $pad);
76
- }
77
-
78
- @if $type == pill and $b-color == grayscale($b-color) {
79
- @include pill($b-color, true, $t-size, $pad);
80
- }
81
-
82
- @if $type == flat and $b-color == grayscale($b-color) {
83
- @include flat($b-color, true, $t-size, $pad);
84
- }
85
-
86
- // Colored button
87
- @if $type == simple {
88
- @include simple($b-color, false, $t-size, $pad);
89
- }
90
-
91
- @else if $type == shiny {
92
- @include shiny($b-color, false, $t-size, $pad);
93
- }
94
-
95
- @else if $type == pill {
96
- @include pill($b-color, false, $t-size, $pad);
97
- }
98
-
99
- @else if $type == flat {
100
- @include flat($b-color, false, $t-size, $pad);
101
- }
102
- }
103
-
104
- // Simple Button
105
- @mixin simple($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) {
106
- $color: hsl(0, 0, 100%);
107
- $border: adjust-color($base-color, $saturation: 9%, $lightness: -14%);
108
- $inset-shadow: adjust-color($base-color, $saturation: -8%, $lightness: 15%);
109
- $stop-gradient: adjust-color($base-color, $saturation: 9%, $lightness: -11%);
110
- $text-shadow: adjust-color($base-color, $saturation: 15%, $lightness: -18%);
111
-
112
- @if is-light($base-color) {
113
- $color: hsl(0, 0, 20%);
114
- $text-shadow: adjust-color($base-color, $saturation: 10%, $lightness: 4%);
115
- }
116
-
117
- @if $grayscale == true {
118
- $border: grayscale($border);
119
- $inset-shadow: grayscale($inset-shadow);
120
- $stop-gradient: grayscale($stop-gradient);
121
- $text-shadow: grayscale($text-shadow);
122
- }
123
-
124
- border: 1px solid $border;
125
- border-radius: 3px;
126
- box-shadow: inset 0 1px 0 0 $inset-shadow;
127
- color: $color;
128
- display: inline-block;
129
- font-size: $textsize;
130
- font-weight: bold;
131
- @include linear-gradient ($base-color, $stop-gradient);
132
- padding: $padding;
133
- text-decoration: none;
134
- text-shadow: 0 1px 0 $text-shadow;
135
- background-clip: padding-box;
136
-
137
- &:hover:not(:disabled) {
138
- $base-color-hover: adjust-color($base-color, $saturation: -4%, $lightness: -5%);
139
- $inset-shadow-hover: adjust-color($base-color, $saturation: -7%, $lightness: 5%);
140
- $stop-gradient-hover: adjust-color($base-color, $saturation: 8%, $lightness: -14%);
141
-
142
- @if $grayscale == true {
143
- $base-color-hover: grayscale($base-color-hover);
144
- $inset-shadow-hover: grayscale($inset-shadow-hover);
145
- $stop-gradient-hover: grayscale($stop-gradient-hover);
146
- }
147
-
148
- @include linear-gradient ($base-color-hover, $stop-gradient-hover);
149
-
150
- box-shadow: inset 0 1px 0 0 $inset-shadow-hover;
151
- cursor: pointer;
152
- }
153
-
154
- &:active:not(:disabled),
155
- &:focus:not(:disabled) {
156
- $border-active: adjust-color($base-color, $saturation: 9%, $lightness: -14%);
157
- $inset-shadow-active: adjust-color($base-color, $saturation: 7%, $lightness: -17%);
158
-
159
- @if $grayscale == true {
160
- $border-active: grayscale($border-active);
161
- $inset-shadow-active: grayscale($inset-shadow-active);
162
- }
163
-
164
- border: 1px solid $border-active;
165
- box-shadow: inset 0 0 8px 4px $inset-shadow-active, inset 0 0 8px 4px $inset-shadow-active;
166
- }
167
- }
168
-
169
- // Shiny Button
170
- @mixin shiny($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) {
171
- $color: hsl(0, 0, 100%);
172
- $border: adjust-color($base-color, $red: -117, $green: -111, $blue: -81);
173
- $border-bottom: adjust-color($base-color, $red: -126, $green: -127, $blue: -122);
174
- $fourth-stop: adjust-color($base-color, $red: -79, $green: -70, $blue: -46);
175
- $inset-shadow: adjust-color($base-color, $red: 37, $green: 29, $blue: 12);
176
- $second-stop: adjust-color($base-color, $red: -56, $green: -50, $blue: -33);
177
- $text-shadow: adjust-color($base-color, $red: -140, $green: -141, $blue: -114);
178
- $third-stop: adjust-color($base-color, $red: -86, $green: -75, $blue: -48);
179
-
180
- @if is-light($base-color) {
181
- $color: hsl(0, 0, 20%);
182
- $text-shadow: adjust-color($base-color, $saturation: 10%, $lightness: 4%);
183
- }
184
-
185
- @if $grayscale == true {
186
- $border: grayscale($border);
187
- $border-bottom: grayscale($border-bottom);
188
- $fourth-stop: grayscale($fourth-stop);
189
- $inset-shadow: grayscale($inset-shadow);
190
- $second-stop: grayscale($second-stop);
191
- $text-shadow: grayscale($text-shadow);
192
- $third-stop: grayscale($third-stop);
193
- }
194
-
195
- @include linear-gradient(top, $base-color 0%, $second-stop 50%, $third-stop 50%, $fourth-stop 100%);
196
-
197
- border: 1px solid $border;
198
- border-bottom: 1px solid $border-bottom;
199
- border-radius: 5px;
200
- box-shadow: inset 0 1px 0 0 $inset-shadow;
201
- color: $color;
202
- display: inline-block;
203
- font-size: $textsize;
204
- font-weight: bold;
205
- padding: $padding;
206
- text-align: center;
207
- text-decoration: none;
208
- text-shadow: 0 -1px 1px $text-shadow;
209
-
210
- &:hover:not(:disabled) {
211
- $first-stop-hover: adjust-color($base-color, $red: -13, $green: -15, $blue: -18);
212
- $second-stop-hover: adjust-color($base-color, $red: -66, $green: -62, $blue: -51);
213
- $third-stop-hover: adjust-color($base-color, $red: -93, $green: -85, $blue: -66);
214
- $fourth-stop-hover: adjust-color($base-color, $red: -86, $green: -80, $blue: -63);
215
-
216
- @if $grayscale == true {
217
- $first-stop-hover: grayscale($first-stop-hover);
218
- $second-stop-hover: grayscale($second-stop-hover);
219
- $third-stop-hover: grayscale($third-stop-hover);
220
- $fourth-stop-hover: grayscale($fourth-stop-hover);
221
- }
222
-
223
- @include linear-gradient(top, $first-stop-hover 0%,
224
- $second-stop-hover 50%,
225
- $third-stop-hover 50%,
226
- $fourth-stop-hover 100%);
227
- cursor: pointer;
228
- }
229
-
230
- &:active:not(:disabled),
231
- &:focus:not(:disabled) {
232
- $inset-shadow-active: adjust-color($base-color, $red: -111, $green: -116, $blue: -122);
233
-
234
- @if $grayscale == true {
235
- $inset-shadow-active: grayscale($inset-shadow-active);
236
- }
237
-
238
- box-shadow: inset 0 0 20px 0 $inset-shadow-active;
239
- }
240
- }
241
-
242
- // Pill Button
243
- @mixin pill($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) {
244
- $color: hsl(0, 0, 100%);
245
- $border-bottom: adjust-color($base-color, $hue: 8, $saturation: -11%, $lightness: -26%);
246
- $border-sides: adjust-color($base-color, $hue: 4, $saturation: -21%, $lightness: -21%);
247
- $border-top: adjust-color($base-color, $hue: -1, $saturation: -30%, $lightness: -15%);
248
- $inset-shadow: adjust-color($base-color, $hue: -1, $saturation: -1%, $lightness: 7%);
249
- $stop-gradient: adjust-color($base-color, $hue: 8, $saturation: 14%, $lightness: -10%);
250
- $text-shadow: adjust-color($base-color, $hue: 5, $saturation: -19%, $lightness: -15%);
251
-
252
- @if is-light($base-color) {
253
- $color: hsl(0, 0, 20%);
254
- $text-shadow: adjust-color($base-color, $saturation: 10%, $lightness: 4%);
255
- }
256
-
257
- @if $grayscale == true {
258
- $border-bottom: grayscale($border-bottom);
259
- $border-sides: grayscale($border-sides);
260
- $border-top: grayscale($border-top);
261
- $inset-shadow: grayscale($inset-shadow);
262
- $stop-gradient: grayscale($stop-gradient);
263
- $text-shadow: grayscale($text-shadow);
264
- }
265
-
266
- border: 1px solid $border-top;
267
- border-color: $border-top $border-sides $border-bottom;
268
- border-radius: 16px;
269
- box-shadow: inset 0 1px 0 0 $inset-shadow;
270
- color: $color;
271
- display: inline-block;
272
- font-size: $textsize;
273
- font-weight: normal;
274
- line-height: 1;
275
- @include linear-gradient ($base-color, $stop-gradient);
276
- padding: $padding;
277
- text-align: center;
278
- text-decoration: none;
279
- text-shadow: 0 -1px 1px $text-shadow;
280
- background-clip: padding-box;
281
-
282
- &:hover:not(:disabled) {
283
- $base-color-hover: adjust-color($base-color, $lightness: -4.5%);
284
- $border-bottom: adjust-color($base-color, $hue: 8, $saturation: 13.5%, $lightness: -32%);
285
- $border-sides: adjust-color($base-color, $hue: 4, $saturation: -2%, $lightness: -27%);
286
- $border-top: adjust-color($base-color, $hue: -1, $saturation: -17%, $lightness: -21%);
287
- $inset-shadow-hover: adjust-color($base-color, $saturation: -1%, $lightness: 3%);
288
- $stop-gradient-hover: adjust-color($base-color, $hue: 8, $saturation: -4%, $lightness: -15.5%);
289
- $text-shadow-hover: adjust-color($base-color, $hue: 5, $saturation: -5%, $lightness: -22%);
290
-
291
- @if $grayscale == true {
292
- $base-color-hover: grayscale($base-color-hover);
293
- $border-bottom: grayscale($border-bottom);
294
- $border-sides: grayscale($border-sides);
295
- $border-top: grayscale($border-top);
296
- $inset-shadow-hover: grayscale($inset-shadow-hover);
297
- $stop-gradient-hover: grayscale($stop-gradient-hover);
298
- $text-shadow-hover: grayscale($text-shadow-hover);
299
- }
300
-
301
- @include linear-gradient ($base-color-hover, $stop-gradient-hover);
302
-
303
- background-clip: padding-box;
304
- border: 1px solid $border-top;
305
- border-color: $border-top $border-sides $border-bottom;
306
- box-shadow: inset 0 1px 0 0 $inset-shadow-hover;
307
- cursor: pointer;
308
- text-shadow: 0 -1px 1px $text-shadow-hover;
309
- }
310
-
311
- &:active:not(:disabled),
312
- &:focus:not(:disabled) {
313
- $active-color: adjust-color($base-color, $hue: 4, $saturation: -12%, $lightness: -10%);
314
- $border-active: adjust-color($base-color, $hue: 6, $saturation: -2.5%, $lightness: -30%);
315
- $border-bottom-active: adjust-color($base-color, $hue: 11, $saturation: 6%, $lightness: -31%);
316
- $inset-shadow-active: adjust-color($base-color, $hue: 9, $saturation: 2%, $lightness: -21.5%);
317
- $text-shadow-active: adjust-color($base-color, $hue: 5, $saturation: -12%, $lightness: -21.5%);
318
-
319
- @if $grayscale == true {
320
- $active-color: grayscale($active-color);
321
- $border-active: grayscale($border-active);
322
- $border-bottom-active: grayscale($border-bottom-active);
323
- $inset-shadow-active: grayscale($inset-shadow-active);
324
- $text-shadow-active: grayscale($text-shadow-active);
325
- }
326
-
327
- background: $active-color;
328
- border: 1px solid $border-active;
329
- border-bottom: 1px solid $border-bottom-active;
330
- box-shadow: inset 0 0 6px 3px $inset-shadow-active;
331
- text-shadow: 0 -1px 1px $text-shadow-active;
332
- }
333
- }
334
-
335
- // Flat Button
336
- @mixin flat($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) {
337
- $color: hsl(0, 0, 100%);
338
-
339
- @if is-light($base-color) {
340
- $color: hsl(0, 0, 20%);
341
- }
342
-
343
- background-color: $base-color;
344
- border-radius: 3px;
345
- border: 0;
346
- color: $color;
347
- display: inline-block;
348
- font-size: $textsize;
349
- font-weight: bold;
350
- padding: $padding;
351
- text-decoration: none;
352
- background-clip: padding-box;
353
-
354
- &:hover:not(:disabled){
355
- $base-color-hover: adjust-color($base-color, $saturation: 4%, $lightness: 5%);
356
-
357
- @if $grayscale == true {
358
- $base-color-hover: grayscale($base-color-hover);
359
- }
360
-
361
- background-color: $base-color-hover;
362
- cursor: pointer;
363
- }
364
-
365
- &:active:not(:disabled),
366
- &:focus:not(:disabled) {
367
- $base-color-active: adjust-color($base-color, $saturation: -4%, $lightness: -5%);
368
-
369
- @if $grayscale == true {
370
- $base-color-active: grayscale($base-color-active);
371
- }
372
-
373
- background-color: $base-color-active;
374
- cursor: pointer;
375
- }
376
- }
377
-
378
- // Flexible grid
379
- @function flex-grid($columns, $container-columns: $fg-max-columns) {
380
- $width: $columns * $fg-column + ($columns - 1) * $fg-gutter;
381
- $container-width: $container-columns * $fg-column + ($container-columns - 1) * $fg-gutter;
382
- @return percentage($width / $container-width);
383
-
384
- @warn "The flex-grid function is deprecated and will be removed in the next major version release";
385
- }
386
-
387
- // Flexible gutter
388
- @function flex-gutter($container-columns: $fg-max-columns, $gutter: $fg-gutter) {
389
- $container-width: $container-columns * $fg-column + ($container-columns - 1) * $fg-gutter;
390
- @return percentage($gutter / $container-width);
391
-
392
- @warn "The flex-gutter function is deprecated and will be removed in the next major version release";
393
- }
394
-
395
- @function grid-width($n) {
396
- @return $n * $gw-column + ($n - 1) * $gw-gutter;
397
-
398
- @warn "The grid-width function is deprecated and will be removed in the next major version release";
399
- }
400
-
401
- @function golden-ratio($value, $increment) {
402
- @return modular-scale($increment, $value, $ratio: $golden);
403
-
404
- @warn "The golden-ratio function is deprecated and will be removed in the next major version release. Please use the modular-scale function, instead.";
405
- }
406
-
407
- @mixin box-sizing($box) {
408
- @include prefixer(box-sizing, $box, webkit moz spec);
409
-
410
- @warn "The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.";
411
- }