mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
LibWeb: Move/rename StyleBlockRule to Parser::Block
This commit is contained in:
parent
624df40e20
commit
3e49036edf
11 changed files with 36 additions and 39 deletions
|
@ -99,6 +99,7 @@ enum class ValueID;
|
|||
}
|
||||
|
||||
namespace Web::CSS::Parser {
|
||||
class Block;
|
||||
class ComponentValue;
|
||||
class Function;
|
||||
class Parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue