Skip to content

Instantly share code, notes, and snippets.

View trevorparscal's full-sized avatar

Trevor Parscal trevorparscal

View GitHub Profile
<?php array(
'help' => 'help.svg',
'next' => array(
'image' => array(
'ltr' => 'next.svg',
'rtl' => 'prev.svg'
),
),
'list' => array(
'image' => array(
// Override mixins
@useInvertedIcons() {
&:extend(.oo-ui-icon-foo-inverted);
&:extend(.oo-ui-icon-bar-inverted);
// ...and more for each icon...
}
// ...and more for each version (normal, inverted, constructive, destructive, progressive)...
// Icon definitions
.oo-ui-icon-foo { foo.png; }