Prevent double import of global styles

This commit is contained in:
Christopher C. Wells 2020-01-27 20:29:22 -08:00 committed by Christopher Charbonneau Wells
parent b8e2416cd1
commit f725dd12f6
2 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
@import 'functions';
@import 'variables';
@import 'mixins';
@import 'global';
@import '../../../node_modules/bootstrap/scss/bootstrap';
@import '../../../node_modules/tempusdominus-bootstrap-4/src/sass/tempusdominus-bootstrap-4';