timequake 3.0.0 → 3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 746f6d88e476ae128896b31ab0239fada02d785b8471ba1ff8bedc59888abb1f
4
- data.tar.gz: 0673ef1fa9c1c74ae674cf8e7ea6b23a1f4097702c064591146d8c24cca5c8c7
3
+ metadata.gz: 0475fddc8fb68d99c20531054491ac70897dcf1066afe72dd1ee9208e67efcaf
4
+ data.tar.gz: 359a807f03b94f4064d0f999e20caaccfc51a8af35b24dd4745ee389516518c9
5
5
  SHA512:
6
- metadata.gz: d66c0e9a51a256ab2d4734357e688afd950485d17060b000d4896d3ddeeb4ad0d96c9f931ba1cce70eb22fe68c87346c65a01b537c4844befb8c09211ae0df22
7
- data.tar.gz: ff801535b1964e5ad18cb0d6f7bcc7fe672a3dc2afcb207254ec7628e948a4f4103e4f623913d6f8efe665eeef832e6944efd361008bc30b6c637f9d01cbdd79
6
+ metadata.gz: 7a0958864e9ba8b9e66ca94adf7e466f76db1519e4ca3e65c3030de0bd6e662ba0d59244ce3b38cc07bc1bfb13a9d0db99497492c83627a31914f1f0f86704bc
7
+ data.tar.gz: cecca60894fde6f00af9a32e9fa22cd0d92ac8b8252db41e306800e969fe46dbc3058b200544d7fa341de9c728c065e26a8cd3ed475170de2e570f3048760ebd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- timequake (3.0.0)
4
+ timequake (3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -21,39 +21,39 @@ $desktop-gutter: 0 10px !default;
21
21
  }
22
22
 
23
23
  @for $i from 1 through 12 {
24
- .sm-#{$i} { width: calc(100% / 12) * $i; }
25
- .sm-offset-#{$i} { margin-left: calc(100% / 12) * $i; }
24
+ .sm-#{$i} { width: calc((100% / 12) * #{$i}); }
25
+ .sm-offset-#{$i} { margin-left: calc((100% / 12) * #{$i}); }
26
26
  .sm-order-#{$i} { order: $i; }
27
27
  }
28
28
 
29
29
  @media (min-width: $medium) {
30
30
  @for $i from 1 through 12 {
31
- .md-#{$i} { width: calc(100% / 12) * $i; }
32
- .md-offset-#{$i} { margin-left: calc(100% / 12) * $i; }
31
+ .md-#{$i} { width: calc((100% / 12) * $i); }
32
+ .md-offset-#{$i} { margin-left: calc((100% / 12) * #{$i}); }
33
33
  .md-order-#{$i} { order: $i; }
34
34
  }
35
35
  }
36
36
 
37
37
  @media (min-width: $large) {
38
38
  @for $i from 1 through 12 {
39
- .lg-#{$i} { width: calc(100% / 12) * $i; }
40
- .lg-offset-#{$i} { margin-left: calc(100% / 12) * $i; }
39
+ .lg-#{$i} { width: calc((100% / 12) * $i); }
40
+ .lg-offset-#{$i} { margin-left: calc((100% / 12) * #{$i}); }
41
41
  .lg-order-#{$i} { order: $i; }
42
42
  }
43
43
  }
44
44
 
45
45
  @media (min-width: $xlarge) {
46
46
  @for $i from 1 through 12 {
47
- .xlg-#{$i} { width: calc(100% / 12) * $i; }
48
- .xlg-offset-#{$i} { margin-left: calc(100% / 12) * $i; }
47
+ .xlg-#{$i} { width: calc((100% / 12) * $i); }
48
+ .xlg-offset-#{$i} { margin-left: calc((100% / 12) * #{$i}); }
49
49
  .xlg-order-#{$i} { order: $i; }
50
50
  }
51
51
  }
52
52
 
53
53
  @media (min-width: $xxlarge) {
54
54
  @for $i from 1 through 12 {
55
- .xxlg-#{$i} { width: calc(100% / 12) * $i; }
56
- .xxlg-offset-#{$i} { margin-left: calc(100% / 12) * $i; }
55
+ .xxlg-#{$i} { width: calc((100% / 12) * #{$i}); }
56
+ .xxlg-offset-#{$i} { margin-left: calc((100% / 12) * #{$i}); }
57
57
  .xxlg-order-#{$i} { order: $i; }
58
58
  }
59
59
  }
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "3.0.0"
2
+ VERSION = "3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timequake
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: '3.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Morris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-19 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A lightweight css/sass framework with easy access to grids and class
14
14
  helpers