We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d4cac commit defb469Copy full SHA for defb469
crates/oxide/src/extractor/arbitrary_property_machine.rs
@@ -231,8 +231,8 @@ impl Machine for ArbitraryPropertyMachine<ParsingValueState> {
231
return self.restart()
232
}
233
234
- // An `!` at the top-level must be followed by "important" *and* be at the end
235
- // otherwise its invalid
+ // An `!` at the top-level is invalid. We don't allow things to end with
+ // `!important` either as we have dedicated syntax for this.
236
Class::Exclamation if self.bracket_stack.is_empty() => {
237
return self.restart();
238
0 commit comments