style.less 410 B

12345678910111213141516
  1. //
  2. // Misago frontend stylesheet build script
  3. // --------------------------------------------------
  4. // Import Bootstrap and Misago variables
  5. // This saves us need for maintaing single large variables.less
  6. @import "bootstrap/variables.less";
  7. @import "misago/variables.less";
  8. // Font Awesome
  9. @import "font-awesome.css";
  10. // Import other files
  11. @import "bootstrap/bootstrap.less";
  12. @import "misago/misago.less";