mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +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
|
|
*/ |