Remove font-awesome npm package (#31512)

This commit is contained in:
Matt Jankowski 2024-08-20 11:59:47 -04:00 committed by GitHub
commit 4c4bcad866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 13 deletions

View file

@ -25,7 +25,6 @@
%title= html_title
= stylesheet_pack_tag 'common', media: 'all', crossorigin: 'anonymous'
= theme_style_tags current_theme
-# Needed for the wicg-inert polyfill. It needs to be on it's own <style> tag, with this `id`
= stylesheet_pack_tag 'inert', media: 'all', crossorigin: 'anonymous', id: 'inert-style'