basis-stack/basis

View on GitHub
packages/assets/src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import colours from 'material-colors';

export default {

  colours,

  vendor: {
    fonts: [
      './node_modules/roboto-fontface/fonts/roboto/**/@(*Light|*Regular|*Medium|*Bold).{eot,svg,ttf,woff,woff2}',
      './node_modules/@fortawesome/fontawesome-free/webfonts/*.{eot,svg,ttf,woff,woff2}'
    ]
  }
};