@openeventkit/event-site 2.0.29 → 2.0.30

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openeventkit/event-site",
3
3
  "description": "Event Site",
4
- "version": "2.0.29",
4
+ "version": "2.0.30",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -7,8 +7,8 @@ $footer-background-color: var(--color-primary) !important;
7
7
  $footer-color: var(--color-text-light) !important;
8
8
  $footer-padding: 2rem !important;
9
9
 
10
- $font-family-base: var(--font_family);
11
- $family-sans-serif: var(--font_family);
10
+ $font-family-base: $font-family;
11
+ $family-sans-serif: $font-family;
12
12
 
13
13
  @import "bulma/sass/base/_all.sass";
14
14
  @import "bulma/sass/components/modal.sass";
@@ -1,9 +1,5 @@
1
1
  $font-family: 'Nunito Sans', sans-serif;
2
2
 
3
- :root {
4
- --font_family: #{$font-family};
5
- }
6
-
7
3
  %font-regular {
8
4
  font-family: 'Nunito Sans', sans-serif;
9
5
  font-weight: 400;
@@ -209,8 +209,8 @@
209
209
  }
210
210
 
211
211
  %body_fonts{
212
- font-family: var(--font_family) !important;
212
+ font-family: $font-family !important;
213
213
  h1, h2, h3, h4, h5, p, b, span, div, a {
214
- font-family: var(--font_family) !important;
214
+ font-family: $font-family !important;
215
215
  }
216
216
  }