mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
12 lines
269 B
SCSS
12 lines
269 B
SCSS
|
|
@import 'vendors/bootstrap_custom';
|
||
|
|
|
||
|
|
@import 'general/index';
|
||
|
|
@import 'general/navbar';
|
||
|
|
@import 'general/form';
|
||
|
|
@import 'general/icons';
|
||
|
|
|
||
|
|
/*
|
||
|
|
Components stylesheets are not imported here. Instead,
|
||
|
|
they are imported in the specific React components
|
||
|
|
that use them
|
||
|
|
*/
|