form-jekyll 0.6.0 → 0.6.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/main.scss +10 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 335e1b2e85abf468baa09079c46f6b2830233a6d603a05a62a8e98cfb7450a6f
4
- data.tar.gz: 581b6e0a22cfe7352c32c153ffaa018d0143171d073e78e5daffb50444a93cb1
3
+ metadata.gz: f07e057e6729b1fa8c2581428110bf8f718da2dbc2f6a849ee0d7a06b8c71282
4
+ data.tar.gz: ceb1ff6d01eaabcf5a1ae03af710739c3d243e71a044b5d356942c99517fd899
5
5
  SHA512:
6
- metadata.gz: b794bea6eddf0460a83967870c0e08a63df2c188b60de9a724977833641caac47eea0b329bec2f0fb24d2be5fd871eb8564f1401af79976936d22a0209214c37
7
- data.tar.gz: e8fa0c886b53996d9b07510f2d69bf6abd13db3333ce338912806f807fae61e177fff547eefc2ddc05549a415aaa5289aab982b8dbb1e31ae04e1819c838780a
6
+ metadata.gz: 24db8da282a1ef34b420f44d62e2e5b479bcf593be56acc774f9b9d03271841f3e16e7b6a175e4599caef493bf39df54fbd6b3afe80b0342b4f73d3d330469f7
7
+ data.tar.gz: bb70c2237a00713c1359afd5a8a7a35646155d423e33c01307edeab2bbfda6542a2954fb203a3606c2526f10a8cc1fe355709fcfbc200f70c02a7a0db6dee7d9
data/assets/css/main.scss CHANGED
@@ -3,17 +3,17 @@
3
3
 
4
4
  @import url('https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500&display=swap');
5
5
 
6
- @import '../node_modules/sf-design-system/src/components/00-design-tokens/colors';
7
- @import '../node_modules/sf-design-system/src/components/00-design-tokens/breakpoints';
8
- @import '../node_modules/sf-design-system/src/components/00-design-tokens/typography-mixins';
9
- @import '../node_modules/sf-design-system/src/components/00-design-tokens/typography';
10
- @import '../node_modules/sf-design-system/src/components/00-design-tokens/mixins';
11
- @import '../node_modules/sf-design-system/src/components/00-design-tokens/variables';
12
- @import '../node_modules/sf-design-system/src/components/00-design-tokens/base';
6
+ @import 'node_modules/sf-design-system/src/components/00-design-tokens/colors';
7
+ @import '/node_modules/sf-design-system/src/components/00-design-tokens/breakpoints';
8
+ @import '/node_modules/sf-design-system/src/components/00-design-tokens/typography-mixins';
9
+ @import '/node_modules/sf-design-system/src/components/00-design-tokens/typography';
10
+ @import '/node_modules/sf-design-system/src/components/00-design-tokens/mixins';
11
+ @import '/node_modules/sf-design-system/src/components/00-design-tokens/variables';
12
+ @import '/node_modules/sf-design-system/src/components/00-design-tokens/base';
13
13
 
14
- @import '../node_modules/sf-design-system/src/components/03-layout/headers/hero-banner';
15
- @import '../node_modules/sf-design-system/src/components/04-forms/field-types/form-fields';
16
- @import '../node_modules/sf-design-system/src/components/04-forms/layout/pagination';
14
+ @import '/node_modules/sf-design-system/src/components/03-layout/headers/hero-banner';
15
+ @import '/node_modules/sf-design-system/src/components/04-forms/field-types/form-fields';
16
+ @import '/node_modules/sf-design-system/src/components/04-forms/layout/pagination';
17
17
 
18
18
  @import 'sfgov';
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: form-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Rubenoff