kopia lustrzana https://github.com/wagtail/wagtail
Earmark icon font setup scheduled for deletion in Wagtail 6.0
rodzic
18e57574cb
commit
b3ecfabf64
|
@ -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});
|
||||
|
|
|
@ -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',
|
||||
|
|
Ładowanie…
Reference in New Issue