@bsuite/theme 0.12.0 → 0.12.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.
- package/package.json +1 -1
- package/src/css/fonts.css +7 -1
package/package.json
CHANGED
package/src/css/fonts.css
CHANGED
|
@@ -59,9 +59,15 @@
|
|
|
59
59
|
*
|
|
60
60
|
* HOW TO USE IT
|
|
61
61
|
* ─────────────
|
|
62
|
-
* @import '@bsuite/theme/fonts.css';
|
|
62
|
+
* @import '@bsuite/theme/fonts.css'; <- before the token import
|
|
63
63
|
* @import '@bsuite/theme/css';
|
|
64
64
|
*
|
|
65
|
+
* (Written without an inline comment on purpose: a nested comment terminator
|
|
66
|
+
* inside this block would CLOSE it early, and everything after would parse as
|
|
67
|
+
* CSS. That is not hypothetical — it shipped in 0.12.0 and broke every
|
|
68
|
+
* consumer's build with `Invalid declaration` pointing at the NEXT import,
|
|
69
|
+
* several lines away from the actual fault.)
|
|
70
|
+
*
|
|
65
71
|
* This is a SEPARATE entry point, not folded into `./css`, on purpose: `braden`
|
|
66
72
|
* is BRADEN-EXEMPT and runs its corporate Open Sans / Montserrat stack, so it
|
|
67
73
|
* must be able to take the tokens without taking Geist.
|