ref: master
public/designs/themes/noosfero-responsive/style.scss
1 2 3 4 5 6 7 8 9 10 11 |
// bootstrap customizations, bootstrap // see also plugins/responsive/public/bootstrap/all.scss @import '../../../plugins/responsive/stylesheets/bootstrap/variables'; @import 'bootstrap/variables'; @import 'bootstrap'; // say to base-responsive that we already took care of boostrap $bootstrap-loaded: true; @import '../base-responsive/style'; |