@import ( reference ) '@wikimedia/codex-icons/codex-icon-paths.less'; // // To create a CSS-only icon you can do one of the following: // 1. Apply the .cdx-mixin-css-icon() mixin to an empty , passing in at least the icon param. // This method should suffice for any square icon that can exist as a standalone element. This // mixin applies all of the other mixins inside this file. See Message.vue for sample usage. // 2. Apply the individual CSS icon mixins for background, size, alignment, and/or background-image // rules to any element. This can be used to apply an icon within another element, like the //