You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/0.0/migration-from-boosted.md
+118Lines changed: 118 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -912,6 +912,7 @@ All responsive classes, helpers, and utilities have been updated accordingly to
912
912
<li><code>$ouds-dimension-750</code></li>
913
913
<li><code>$ouds-dimension-800</code></li>
914
914
<li><code>$ouds-dimension-900</code></li>
915
+
<li><code>$ouds-dimension-4000</code></li>
915
916
<li><code>$ouds-dimension-base</code></li>
916
917
<li><code>$ouds-elevation-blur-0</code></li>
917
918
<li><code>$ouds-elevation-blur-200</code></li>
@@ -1363,6 +1364,123 @@ All responsive classes, helpers, and utilities have been updated accordingly to
1363
1364
</ul>
1364
1365
</details>
1365
1366
1367
+
- <detailsclass="mb-short">
1368
+
<summary><spanclass="badge text-bg-status-positive-emphasized">New</span> Sass variables containing CSS variable with value depending on theme:</summary>
Copy file name to clipboardExpand all lines: site/content/docs/0.0/migration.md
+119-1Lines changed: 119 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ aliases:
9
9
toc: true
10
10
---
11
11
12
-
## v0.0.4
12
+
## v0.1.0
13
13
14
14
### Foundations
15
15
@@ -720,6 +720,7 @@ toc: true
720
720
<li><code>$ouds-dimension-750</code></li>
721
721
<li><code>$ouds-dimension-800</code></li>
722
722
<li><code>$ouds-dimension-900</code></li>
723
+
<li><code>$ouds-dimension-4000</code></li>
723
724
<li><code>$ouds-dimension-base</code></li>
724
725
<li><code>$ouds-elevation-blur-0</code></li>
725
726
<li><code>$ouds-elevation-blur-200</code></li>
@@ -1171,6 +1172,123 @@ toc: true
1171
1172
</ul>
1172
1173
</details>
1173
1174
1175
+
- <details class="mb-short">
1176
+
<summary><span class="badge text-bg-status-positive-emphasized">New</span> Sass variables containing CSS variable with value depending on theme:</summary>
0 commit comments