Skip to content

Commit

Permalink
Updated markers.ts to employ the '⚡️' prefix for component styles, en…
Browse files Browse the repository at this point in the history
…hancing consistency with the Qwik Framework.

Discord disccsion https://discord.com/channels/842438759945601056/1326121240074780722/1327350404635168852
  • Loading branch information
sreeisalso authored Jan 12, 2025
1 parent 6f5cac3 commit c6c229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qwik/src/core/util/markers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const OnRenderProp = 'q:renderFn';
export const ComponentStylesPrefixHost = '💎';

/** Component style content prefix */
export const ComponentStylesPrefixContent = '️';
export const ComponentStylesPrefixContent = '️';

/** Prefix used to identify on listeners. */
export const EventPrefix = 'on:';
Expand Down

0 comments on commit c6c229e

Please sign in to comment.