Refactor CSS pt. 3 (semantically @extend Bootstrap)

This commit is contained in:
riggraz
2019-09-16 12:22:30 +02:00
parent 8d297a897e
commit 41795ce963
16 changed files with 199 additions and 70 deletions

View File

@@ -1,12 +1,16 @@
@import 'vendors/bootstrap_custom';
@import 'general/index';
@import 'general/navbar';
@import 'general/custom_texts';
@import 'general/form';
@import 'general/icons';
@import 'general/index';
@import 'general/navbar';
/*
Components stylesheets are not imported here. Instead,
they are imported in the specific React components
that use them
*/
*/
@import 'components/Board';
@import 'components/Post';
@import 'components/Roadmap';