Earmark icon font setup scheduled for deletion in Wagtail 6.0

pull/10282/head
Thibaud Colas 2023-03-24 15:05:17 +00:00
rodzic 18e57574cb
commit b3ecfabf64
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -35,6 +35,8 @@
// Icon factory methods
// =============================================================================
// RemovedInWagtail60Warning
// Font icons unused in Wagtail core, kept for backwards compatibility with third-party customisations.
@each $icon, $content in $icons {
.icon-#{$icon}:before {
content: string.quote(#{$content});

Wyświetl plik

@ -1,4 +1,7 @@
@use 'sass:map';
// RemovedInWagtail60Warning
// Font icons unused in Wagtail core, kept for backwards compatibility with third-party customisations.
$icons: (
'arrow-down-big': '\e030',
'arrow-down': '\e01a',