chaincss 2.1.6 → 2.1.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaincss",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "ChainCSS v3.0 - The first CSS-in-JS library with true auto-detection mixed mode. Zero runtime by default, dynamic when you need it.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -2,7 +2,6 @@ import fs from 'fs';
2
2
  import path from 'path';
3
3
  import https from 'https';
4
4
  import chalk from 'chalk';
5
- import { fileURLToPath } from 'url';
6
5
  import { tokens as originalToken, DesignTokens } from './tokens.js';
7
6
  import { COMMON_CSS_PROPERTIES } from './commonProps.js';
8
7
  import type { AtomicOptimizer } from './atomic-optimizer.js';