@classic-homes/theme-styles 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@classic-homes/theme-styles",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Base styles and utilities for the Classic Theme design system",
5
5
  "type": "module",
6
6
  "scripts": {
package/src/index.css CHANGED
@@ -4,7 +4,7 @@
4
4
  * Main entry point for all Classic Theme styles.
5
5
  * Import this file in your app.css before Tailwind directives:
6
6
  *
7
- * @import '@classic-theme/styles';
7
+ * @import '@classic-homes/theme-styles';
8
8
  * @tailwind base;
9
9
  * @tailwind components;
10
10
  * @tailwind utilities;
@@ -14,7 +14,7 @@
14
14
  @layer classic-theme.tokens, classic-theme.base, classic-theme.components, classic-theme.utilities;
15
15
 
16
16
  /* Import design tokens (CSS custom properties) */
17
- @import '@classic-theme/tokens/css';
17
+ @import '@classic-homes/theme-tokens/css';
18
18
 
19
19
  /* Import base styles */
20
20
  @import './base.css';