divider.pcss.css
Same filename in other branches
/** * Divider. */ @import "../base/variables.pcss.css"; .divider { height: 1px; background-color: var(--color-divider); }
File
-
core/
themes/ claro/ css/ components/ divider.pcss.css
View source
- /**
- * Divider.
- */
-
- @import "../base/variables.pcss.css";
-
- .divider {
- height: 1px;
- background-color: var(--color-divider);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.