aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/to_css.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Factor out some of style_derive.Cameron McCormack2019-04-121-1/+1
* style: Add two commas to appease tidy.Emilio Cobos Álvarez2019-03-131-2/+2
* style: Implement a version of #[css(skip_if)] that takes more context.Emilio Cobos Álvarez2019-03-131-2/+20
* Update syn and related dependenciesBastien Orivel2018-11-301-7/+8
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-5/+2
* Use 2018-style paths in code generated by style_deriveSimon Sapin2018-11-101-18/+18
* Format remaining filesPyfisch2018-11-061-1/+2
* Format component of style_derivechansuke2018-09-071-17/+20
* style: Better debugging for media-query related code and ua-cache.Emilio Cobos Álvarez2018-06-231-0/+2
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-121-2/+0
* style: Introduce css(parse_condition).Emilio Cobos Álvarez2018-06-121-0/+1
* style: Remove values::Verbatim.Emilio Cobos Álvarez2018-05-051-1/+1
* style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-051-0/+10
* style: Skip system font variant for ToCss in font subproperties.Xidorn Quan2018-04-291-0/+4
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-11/+11
* Simplify some code in #[derive(ToCss)]Anthony Ramine2018-03-091-6/+2
* Opt into field bounds when deriving ToCss, instead of opting outAnthony Ramine2018-03-081-21/+36
* style: Switch css(skip_if) to use a Path for consistency.Emilio Cobos Álvarez2018-03-081-4/+4
* style: Introduce css(skip_if) to conditionally skip serialization of a field.Emilio Cobos Álvarez2018-03-081-3/+22
* style: Remove useless String::to_string call.Emilio Cobos Álvarez2018-03-081-1/+0
* Introduce #[css(if_empty = "…", iterable)]Anthony Ramine2018-03-071-0/+15
* Don't use SequenceWriter if there is a single field to serialiseAnthony Ramine2018-03-061-27/+57
* Move #[css(iterable)] on fields rather than variantsAnthony Ramine2018-03-061-25/+16
* Add some assertions for #[derive(ToCss)] on enumsAnthony Ramine2018-03-061-0/+5
* Don't use Ident for #[css(function)]Anthony Ramine2018-03-061-4/+4
* Extract variant code to its own function in style_derive::to_cssAnthony Ramine2018-03-061-77/+84
* Qualify path to ToCss in #[derive(ToCss)]Anthony Ramine2018-03-061-1/+1
* Introduce #[css(skip)]Anthony Ramine2018-03-051-0/+4
* Use darling::util::Override in #[derive(ToCss)]Anthony Ramine2018-03-051-19/+6
* Derive ToCss for SymbolsAnthony Ramine2018-03-031-0/+2
* Bump syn/quote in style_deriveBastien Orivel2018-02-121-13/+16
* style: Derive ToCss for FontFamilyList.Emilio Cobos Álvarez2018-02-071-1/+1
* Move TransformStyle out of Mako filesAnthony Ramine2018-02-011-2/+12
* Rename #[parse(aliases)] to #[css(aliases)]Anthony Ramine2018-02-011-6/+7
* Derive ToCss for TransformOperationAnthony Ramine2018-01-231-7/+33
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-3/+9
* style_derive: Allow css(iterable) to work on non-functions too, as long as th...Emilio Cobos Álvarez2017-12-161-1/+1
* Allow deriving Parse for keywords.Emilio Cobos Álvarez2017-12-151-36/+1
* style: Use the ? operator for OptionMatt Brubeck2017-12-091-4/+1
* style: Remove mozmm CSS unit.Emilio Cobos Álvarez2017-11-141-5/+0
* style: Make css(dimension) apply to the variant.Emilio Cobos Álvarez2017-11-121-3/+3
* style: Implement css(dimension) and derive ToCss for a bunch of stuff.Emilio Cobos Álvarez2017-11-121-2/+19
* style: add css(function, iterable), and derive ToCss for VariantAlternates.Emilio Cobos Álvarez2017-11-121-3/+18
* Implement #[css(derive_debug)]Anthony Ramine2017-08-281-9/+30
* Improve handling of trait bounds when deriving fmap-like traitsAnthony Ramine2017-08-281-1/+1
* Refactor how we handle trait bounds in style_deriveAnthony Ramine2017-08-271-5/+1
* Use darling in style_deriveAnthony Ramine2017-08-241-42/+10
* Introduce style_derive::cgAnthony Ramine2017-08-231-50/+8
* Fix typo in comment.Corey Farwell2017-07-261-1/+1