Revert remaining Stylo changes (#31408)

* Revert remaining changes from Stylo split-into-commits branch

* Do the minimum amount of formatting to appease mach test-tidy
This commit is contained in:
Delan Azabani 2024-02-22 17:56:26 +08:00 committed by GitHub
parent 1c2de6dd1d
commit f60e5e767b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 51 additions and 79 deletions

View file

@ -16,7 +16,7 @@ euclid = { workspace = true }
html5ever = { workspace = true }
rayon = { workspace = true }
serde_json = { workspace = true }
selectors = {path = "../../../components/selectors", features = ["shmem"] }
selectors = {path = "../../../components/selectors" }
servo_arc = {path = "../../../components/servo_arc"}
servo_atoms = {path = "../../../components/atoms"}
servo_config = {path = "../../../components/config"}