| {% from "macros.tmpl" import license %} | |
| {{ license() }} | |
| #ifndef MediaFeatures_h | |
| #define MediaFeatures_h | |
| #define CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(macro) \ | |
| {% for entry in entries %} | |
| macro({{entry|symbol}}){% if not loop.last %} \ | |
| {% endif %} | |
| {% endfor %} | |
| #endif |