Files
astuto/app/javascript/stylesheets/main.scss

16 lines
386 B
SCSS
Raw Normal View History

@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';