UNPKG

@koalarx/ui

Version:

Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.

10 lines (7 loc) 287 B
// specific icon class definition // ------------------------- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ each(.fa-icons(), { .@{fa-css-prefix}-@{key}::before { content: @value; } });