Files
servo/components/style
bors-servo b63c85c31b Auto merge of #14199 - 11Takanori:CSSRule_to_CssRule, r=nox
Update CSSRule naming from 'CSSRule' to 'CssRule'

<!-- Please describe your changes on the following line: -->
Update CSSRule naming from 'CSSRule' to 'CssRule'

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix https://github.com/servo/servo/issues/14196 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because I just rename CSSRule to CssRule.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14199)
<!-- Reviewable:end -->
2016-11-14 03:36:37 -06:00
..
2016-11-10 16:38:15 -08:00
2016-11-10 16:38:15 -08:00
2016-11-10 10:11:15 +08:00
2016-11-10 16:38:15 -08:00
2016-11-01 20:39:51 +01:00
2016-11-03 16:23:05 +01:00
2016-02-14 19:45:24 +01:00
2016-09-23 15:10:40 +05:30
2016-10-10 18:35:07 +02:00
2016-11-05 17:29:52 +01:00
2016-11-12 05:26:15 +03:00
2016-11-05 17:29:52 +01:00
2016-09-07 14:13:56 +08:00
2016-11-05 17:29:52 +01:00
2016-05-04 00:34:03 +02:00
2016-11-14 16:41:25 +09:00
2016-11-01 11:03:04 -07:00
2016-07-05 10:43:54 +02:00
2016-11-14 16:41:25 +09:00
2016-11-05 17:29:52 +01:00
2016-07-05 10:36:38 +02:00

servo-style

Style system for Servo, using rust-cssparser for parsing.