mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Refactor CSS pt. 3 (semantically @extend Bootstrap)
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user