Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
use proper name
  • Loading branch information
RobinMalfait committed Mar 21, 2025
commit dcfa47367685948603005283eb1c21dc9e2f54fc
2 changes: 1 addition & 1 deletion crates/oxide/src/extractor/pre_processors/slim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl PreProcessor for Slim {
bracket_stack.push(cursor.curr);
}

// In slim the class name shorthand can be followed by a parenthesis. E.g.:
// In Slim the class name shorthand can be followed by a parenthesis. E.g.:
//
// ```slim
// body.border-t-4.p-8(attr=value)
Expand Down