@nationaldesignstudio/react 0.0.9 → 0.0.10

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/dist/tailwind.css CHANGED
@@ -1,23 +1,9 @@
1
1
  /**
2
2
  * Tailwind CSS entry point for @nationaldesignstudio/react
3
+ * This file re-exports tokens.css for backwards compatibility.
3
4
  *
4
5
  * Usage in your app's CSS:
5
6
  * @import "tailwindcss";
6
7
  * @import "@nationaldesignstudio/react/tailwind.css";
7
8
  */
8
-
9
- /* Scan component source files for Tailwind class usage */
10
- @source "../src/components/**/*.tsx";
11
-
12
- /* Import design tokens (@theme and @utility definitions) */
13
9
  @import "./tokens.css";
14
-
15
- /* Custom font */
16
- @font-face {
17
- font-family: "PP Neue Montreal";
18
- src: url("./assets/fonts/PPNeueMontreal-Variable.woff2")
19
- format("woff2-variations");
20
- font-weight: 100 900;
21
- font-style: normal;
22
- font-display: swap;
23
- }