Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Aug 15, 2024
1 parent 72ffd59 commit 9171bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mako/src/visitors/virtual_css_modules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl VisitMut for VirtualCSSModules {
&& let Lit::Str(ref mut str) = lit
{
let ref_ = str.value.as_ref();
// do not support auto_css_modules now
// `require()` and `import()` do not support auto_css_modules
let is_css_modules = is_css_modules_path(ref_);
if is_css_modules {
self.replace_source(str);
Expand Down

0 comments on commit 9171bdb

Please sign in to comment.