mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Use SmallVec in the computed value representation of most stuff.
This commit is contained in:
parent
caa66a880a
commit
0c5681140a
9 changed files with 68 additions and 57 deletions
|
@ -4,8 +4,6 @@
|
|||
|
||||
//! The context within which CSS code is parsed.
|
||||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
use context::QuirksMode;
|
||||
use cssparser::{Parser, SourcePosition, UnicodeRange};
|
||||
use error_reporting::ParseErrorReporter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue