diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs index 7693a09bacf3..11ca19959b53 100644 --- a/css-mixins-1/Overview.bs +++ b/css-mixins-1/Overview.bs @@ -13,6 +13,8 @@ Editor: Tab Atkins-Bittner, Google, http://xanthir.com/contact/, w3cid 42199 Abstract: This module defines the ability for authors to define custom functions, acting similar to parametrized custom properties. They can use the full power of CSS's values and conditional rules. It also defines an early form of a similar idea for CSS rule mixins, allowing parametrized substitution of entire blocks of properties into other rules. Default Highlight: css Ignored Terms: cssText +WPT Path Prefix: css/css-mixins/ +WPT Display: open @@ -127,6 +129,12 @@ Introduction {#intro} } + + function-in-media.html + local-inherit-substitution.html + local-var-substitution.html + +