mirror of
https://github.com/astuto/astuto.git
synced 2026-07-10 20:41:04 +02:00
16 lines
386 B
SCSS
16 lines
386 B
SCSS
@import 'vendors/bootstrap_custom';
|
|
|
|
@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'; |