zss-engine 0.2.83 → 0.2.84

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.
@@ -7,7 +7,7 @@ const build = async (styleSheet, filePath, global) => {
7
7
  if (!helper_js_1.isServer)
8
8
  return;
9
9
  const fs = await import('fs');
10
- const message = global === '--global' ? `💫 css.global(...):\n\n` : `💫 css.props(...):\n\n`;
10
+ const message = global === '--global' ? `defines💫:\n\n` : `props💫:\n\n`;
11
11
  try {
12
12
  if (fs.existsSync(filePath)) {
13
13
  const cssData = fs.readFileSync(filePath, 'utf-8');
@@ -4,7 +4,7 @@ export const build = async (styleSheet, filePath, global) => {
4
4
  if (!isServer)
5
5
  return;
6
6
  const fs = await import('fs');
7
- const message = global === '--global' ? `💫 css.global(...):\n\n` : `💫 css.props(...):\n\n`;
7
+ const message = global === '--global' ? `defines💫:\n\n` : `props💫:\n\n`;
8
8
  try {
9
9
  if (fs.existsSync(filePath)) {
10
10
  const cssData = fs.readFileSync(filePath, 'utf-8');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zss-engine",
3
- "version": "0.2.83",
3
+ "version": "0.2.84",
4
4
  "description": "Zero-runtime StyleSheet Engine",
5
5
  "keywords": [
6
6
  "zero-runtime",