Delete core.scss

This commit is contained in:
Pedro Reis 2018-04-17 10:46:02 +01:00 committed by GitHub
parent e73a5ba258
commit a946020824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
/**
*
* Core styles should contain all the core, important styling to improve
* peformance and first impression of the site on load.
*
**/
@import 'config/variables';
@import 'config/mixins';
// Vendors
@import 'vendor/simple-grid/simple-grid';
// Utilities
@import 'utils/reset';
@import 'utils/responsive';
@import 'utils/helpers';
// Base stuff
@import 'base/base';
@import 'base/fonts';
@import 'base/images';
@import 'base/forms';
@import 'base/lists';
@import 'base/typography';
@import 'components/logo';