mod-base 1.0.45 → 1.0.46

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.46
4
+
5
+ - Importing `radius` and `spacing` on the index so it is readily available across all sites
6
+
3
7
  ## 1.0.45
4
8
 
5
9
  - Changing the `$base-body-color` to `$color-black` instead of dark gray.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -6,7 +6,9 @@
6
6
  @import 'flex';
7
7
  @import 'fonts';
8
8
  @import 'grid';
9
+ @import 'radius';
9
10
  @import 'ratings';
11
+ @import 'spacing';
10
12
  @import 'variables';
11
13
 
12
14
  // components