use ::parse_non_negative instead of ::parse for background_size parsing

This commit is contained in:
Julien Levesy 2017-02-08 14:13:52 +01:00
parent 8ca1383c41
commit 3da559488d
3 changed files with 23 additions and 3 deletions

View file

@ -2,6 +2,7 @@
* 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/. */
mod background;
mod scaffolding;
mod serialization;
mod viewport;