Search for variables
- Search 7.x for variables
- Search 9.5.x for variables
- Search 8.9.x for variables
- Search 10.3.x for variables
- Search main for variables
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| variables.pcss.css | file | core/ |
:root { /* * Color Palette. */ --color-absolutezero: var(--color-blue-600); --color-white: #fff; --color-text: var(--color-gray); --color-text-light: var(--color-gray-500); --color-gray-050-o-40: rgb(243, 244, 249, 0.4); /*… |
| variables.pcss.css | file | core/ |
/* Global CSS custom properties. */ @import "./media-queries.pcss.css"; /* stylelint-disable */ :root { --font-sans: "metropolis", sans-serif; --font-serif: "Lora", "georgia", serif; /* Typography… |
| variables.pcss.css | file | core/ |
@import "../base/media-queries.pcss.css"; /* This is a universal size that helps in the case of themes with a size of 10 pixels. We need it root to calculate the size of the displace in .dialog-off-canvas-main-canvas */ /* prettier-ignore… |
| VariableTranslation::$variables | property | core/ |
The variable names to fetch. |
| VariableTranslation::$variables | property | core/ |
The variable names to fetch. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.