servo/components/style/media_queries
Emilio Cobos Álvarez 685e749cfc
style: Switch all callsites of try() to try_parse() in the style crate.
Fully automated via:

  $ rg -l '\.try\(' | xargs sed -i 's/\.try(/.try_parse(/g'
  $ cd servo/components/style && cargo +nightly fmt

Differential Revision: https://phabricator.services.mozilla.com/D80099
2020-06-18 23:51:14 +02:00
..
media_condition.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
media_feature.rs style: Replace AspectRatio with computed::position::Ratio in media-queries. 2020-06-04 01:50:36 +02:00
media_feature_expression.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
media_list.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
media_query.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
mod.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00