Skip to main content
Files
stylex_logs/
constants.rs
1
/// The branded prefix for all StyleX diagnostics.
2
pub const
STYLEX_PREFIX:
&
str =
"[StyleX]"
;