Skip to content

Add @nuxtjs/font-awesome module

Paul Gascou-Vaillancourt requested to merge add-fa-module into master

It looks like we're not loading Font Awesome styles which prevents some components from rendering properly because the icons don't load:

Search Dropdowns
screenshot_18 screenshot_19
https://design.gitlab.com/components/search https://design.gitlab.com/components/dropdowns

This MR fixes the issue by enabling @nuxtjs/font-awesome module which simply imports Font Awesome styles globally in the app.

Edited by Paul Gascou-Vaillancourt

Merge request reports