How to use the @fortawesome/fontawesome-svg-core.config function in @fortawesome/fontawesome-svg-core

To help you get started, we’ve selected a few @fortawesome/fontawesome-svg-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github FortAwesome / ember-fontawesome / vendor / configure-fontawesome-styles.js View on Github external
'use strict';

var fontawesomeSvgCore = require('@fortawesome/fontawesome-svg-core');

// turn off adding styles to the app's HTML as these styles are included in the build already
fontawesomeSvgCore.config.autoAddCss = false;