@sproutsocial/racine 10.0.0--dar97-beta.0 → 10.0.0-dar97-beta.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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
// In the JS theme files, the theme object is exported as "default" (i.e., using "export default"),
|
|
9
9
|
// so we need to map-get "default" to access it.
|
|
10
|
-
$theme
|
|
10
|
+
$theme: map-get($dark, 'default');
|
|
11
11
|
|
|
12
12
|
// MIXIN
|
|
13
13
|
// CSS properties that are theme-dependent must be wrapped in this mixin
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
// In the JS theme files, the theme object is exported as "default" (i.e., using "export default"),
|
|
9
9
|
// so we need to map-get "default" to access it.
|
|
10
|
-
$theme
|
|
10
|
+
$theme: map-get($light, 'default');
|
|
11
11
|
|
|
12
12
|
// MIXIN
|
|
13
13
|
// CSS properties that are theme-dependent must be wrapped in this mixin
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
// In the JS theme files, the theme object is exported as "default" (i.e., using "export default"),
|
|
9
9
|
// so we need to map-get "default" to access it.
|
|
10
|
-
$theme
|
|
10
|
+
$theme: map-get($dark, 'default');
|
|
11
11
|
|
|
12
12
|
// MIXIN
|
|
13
13
|
// CSS properties that are theme-dependent must be wrapped in this mixin
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
// In the JS theme files, the theme object is exported as "default" (i.e., using "export default"),
|
|
9
9
|
// so we need to map-get "default" to access it.
|
|
10
|
-
$theme
|
|
10
|
+
$theme: map-get($light, 'default');
|
|
11
11
|
|
|
12
12
|
// MIXIN
|
|
13
13
|
// CSS properties that are theme-dependent must be wrapped in this mixin
|