@mongodb-js/compass-query-bar
Version:
Renders a component for executing MongoDB queries through a GUI.
12 lines (9 loc) • 423 B
text/less
//-- Import variable configuration
@import "~less/compass/variables/_layout";
@import "~less/compass/variables/_palette";
//-- Import Boostrap variable configuration
// Note: Boostrap component styles have to be global, and so are imported directly in electron/renderer/index.js)
@import "~bootstrap/less/variables";
@import "~bootstrap/less/mixins";
//-- Font-awesome Configuration
@fa-font-path: "~font-awesome/fonts";