mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Document the servo-specific module.
This commit is contained in:
parent
2cef9c948e
commit
7ad3ac054a
1 changed files with 4 additions and 0 deletions
|
@ -2,5 +2,9 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
//! Servo-specific bits of the style system.
|
||||
//!
|
||||
//! These get compiled out on a Gecko build.
|
||||
|
||||
pub mod restyle_damage;
|
||||
pub mod selector_parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue