UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

16 lines (12 loc) 709 B
/* This file should be used for any files you can't or don't want to import * into individual passages. It will be available in every context, but make * sure you use `:global()` selectors as this will not function in * passages with styles.mySelector through CSS modules. */ /* These are the built-in styles for Accelerator. Please feel free to delete * them if you'd like to style from scratch. Note that this will not reset any * of the Material UI styles, which are injected through JavaScript and must * be configured through @material-ui/core. */ @import './built-ins.less'; /* This will import any fonts you don't wish to include in the Accelerator font * loader. */ @import './fonts.less';