Skip to content

Commit

Permalink
Update packages/yak-swc/yak_swc/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
  • Loading branch information
jantimon and kdy1 authored Jul 21, 2024
1 parent 5169270 commit b515822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yak-swc/yak_swc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ use yak_transforms::{
#[serde(deny_unknown_fields)]
pub struct Config {
/// Use Readable CSS Variable Names
#[serde(default = "bool::default")]
#[serde(default)]
pub dev_mode: bool,
/// The hash for a css-variable depends on the file name including createVar().
/// To ensure that the hash is consistent accross multiple systems the relative path
Expand Down

0 comments on commit b515822

Please sign in to comment.