garth-jekyll-theme 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/footer.html +1 -1
  3. data/_includes/header.html +22 -6
  4. data/_includes/pagination.html +16 -12
  5. data/_includes/posts.html +2 -2
  6. data/_layouts/default.html +5 -0
  7. data/_layouts/front.html +3 -5
  8. data/_layouts/page.html +3 -5
  9. data/_layouts/post.html +4 -6
  10. data/_sass/_sassline-base.scss +7 -0
  11. data/_sass/sassline-base/_layouts.scss +282 -0
  12. data/_sass/sassline-base/_mixins.scss +420 -0
  13. data/_sass/sassline-base/_modular-scale.scss +66 -0
  14. data/_sass/sassline-base/_reset.scss +13 -0
  15. data/_sass/sassline-base/_typography.scss +363 -0
  16. data/_sass/sassline-base/_variables.scss +96 -0
  17. data/_sass/sassline.scss +1 -0
  18. data/_sass/style.scss +12 -0
  19. data/_sass/theme.scss +74 -20
  20. metadata +11 -79
  21. data/_includes/favicons.html +0 -18
  22. data/_includes/nav.html +0 -14
  23. data/_includes/scripts.js +0 -14
  24. data/_sass/base/_base.scss +0 -14
  25. data/_sass/base/_buttons.scss +0 -35
  26. data/_sass/base/_forms.scss +0 -83
  27. data/_sass/base/_layout.scss +0 -9
  28. data/_sass/base/_lists.scss +0 -19
  29. data/_sass/base/_media.scss +0 -9
  30. data/_sass/base/_tables.scss +0 -24
  31. data/_sass/base/_typography.scss +0 -42
  32. data/_sass/base/_variables.scss +0 -46
  33. data/_sass/bourbon/_bourbon.scss +0 -52
  34. data/_sass/bourbon/bourbon/helpers/_buttons-list.scss +0 -14
  35. data/_sass/bourbon/bourbon/helpers/_scales.scss +0 -27
  36. data/_sass/bourbon/bourbon/helpers/_text-inputs-list.scss +0 -26
  37. data/_sass/bourbon/bourbon/library/_border-color.scss +0 -25
  38. data/_sass/bourbon/bourbon/library/_border-radius.scss +0 -85
  39. data/_sass/bourbon/bourbon/library/_border-style.scss +0 -24
  40. data/_sass/bourbon/bourbon/library/_border-width.scss +0 -24
  41. data/_sass/bourbon/bourbon/library/_buttons.scss +0 -84
  42. data/_sass/bourbon/bourbon/library/_clearfix.scss +0 -25
  43. data/_sass/bourbon/bourbon/library/_contrast-switch.scss +0 -60
  44. data/_sass/bourbon/bourbon/library/_ellipsis.scss +0 -37
  45. data/_sass/bourbon/bourbon/library/_font-face.scss +0 -65
  46. data/_sass/bourbon/bourbon/library/_font-stacks.scss +0 -87
  47. data/_sass/bourbon/bourbon/library/_hide-text.scss +0 -24
  48. data/_sass/bourbon/bourbon/library/_hide-visually.scss +0 -65
  49. data/_sass/bourbon/bourbon/library/_margin.scss +0 -34
  50. data/_sass/bourbon/bourbon/library/_modular-scale.scss +0 -113
  51. data/_sass/bourbon/bourbon/library/_padding.scss +0 -34
  52. data/_sass/bourbon/bourbon/library/_position.scss +0 -54
  53. data/_sass/bourbon/bourbon/library/_prefixer.scss +0 -38
  54. data/_sass/bourbon/bourbon/library/_shade.scss +0 -33
  55. data/_sass/bourbon/bourbon/library/_size.scss +0 -49
  56. data/_sass/bourbon/bourbon/library/_strip-unit.scss +0 -17
  57. data/_sass/bourbon/bourbon/library/_text-inputs.scss +0 -163
  58. data/_sass/bourbon/bourbon/library/_timing-functions.scss +0 -38
  59. data/_sass/bourbon/bourbon/library/_tint.scss +0 -33
  60. data/_sass/bourbon/bourbon/library/_triangle.scss +0 -82
  61. data/_sass/bourbon/bourbon/library/_value-prefixer.scss +0 -38
  62. data/_sass/bourbon/bourbon/library/_word-wrap.scss +0 -29
  63. data/_sass/bourbon/bourbon/settings/_settings.scss +0 -51
  64. data/_sass/bourbon/bourbon/utilities/_assign-inputs.scss +0 -29
  65. data/_sass/bourbon/bourbon/utilities/_collapse-directionals.scss +0 -51
  66. data/_sass/bourbon/bourbon/utilities/_directional-values.scss +0 -58
  67. data/_sass/bourbon/bourbon/utilities/_font-source-declaration.scss +0 -52
  68. data/_sass/bourbon/bourbon/utilities/_retrieve-bourbon-setting.scss +0 -16
  69. data/_sass/bourbon/bourbon/utilities/_unpack.scss +0 -29
  70. data/_sass/bourbon/bourbon/validators/_contains-falsy.scss +0 -20
  71. data/_sass/bourbon/bourbon/validators/_contains.scss +0 -27
  72. data/_sass/bourbon/bourbon/validators/_is-color.scss +0 -13
  73. data/_sass/bourbon/bourbon/validators/_is-length.scss +0 -15
  74. data/_sass/bourbon/bourbon/validators/_is-light.scss +0 -23
  75. data/_sass/bourbon/bourbon/validators/_is-number.scss +0 -15
  76. data/_sass/bourbon/bourbon/validators/_is-size.scss +0 -18
  77. data/_sass/neat/_neat-helpers.scss +0 -8
  78. data/_sass/neat/_neat.scss +0 -23
  79. data/_sass/neat/functions/_new-breakpoint.scss +0 -49
  80. data/_sass/neat/functions/_private.scss +0 -114
  81. data/_sass/neat/grid/_box-sizing.scss +0 -15
  82. data/_sass/neat/grid/_direction-context.scss +0 -33
  83. data/_sass/neat/grid/_display-context.scss +0 -28
  84. data/_sass/neat/grid/_fill-parent.scss +0 -22
  85. data/_sass/neat/grid/_media.scss +0 -92
  86. data/_sass/neat/grid/_omega.scss +0 -87
  87. data/_sass/neat/grid/_outer-container.scss +0 -38
  88. data/_sass/neat/grid/_pad.scss +0 -25
  89. data/_sass/neat/grid/_private.scss +0 -35
  90. data/_sass/neat/grid/_row.scss +0 -52
  91. data/_sass/neat/grid/_shift.scss +0 -50
  92. data/_sass/neat/grid/_span-columns.scss +0 -94
  93. data/_sass/neat/grid/_to-deprecate.scss +0 -97
  94. data/_sass/neat/grid/_visual-grid.scss +0 -42
  95. data/_sass/neat/settings/_disable-warnings.scss +0 -13
  96. data/_sass/neat/settings/_grid.scss +0 -51
  97. data/_sass/neat/settings/_visual-grid.scss +0 -27
@@ -1,42 +0,0 @@
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
- }
@@ -1,13 +0,0 @@
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
- }
@@ -1,51 +0,0 @@
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;
@@ -1,27 +0,0 @@
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;