Advertisement
stom66

Bootstrap4 bootstrap4.css

Nov 14th, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. /* -----------------------------------------------
  2. This file imports the Bootstrap4, FontAwesome and Lightbox2 [S]CSS files
  3. -------------------------------------------------- */
  4.  
  5. /* Set the correct path for the Font-Awesome fonts */
  6. $fa-font-path: "../../assets/node_modules/font-awesome/fonts";
  7.  
  8. /* Import SCSS files
  9. -------------------------------------------------- */
  10. @import "../../assets/node_modules/bootstrap/scss/bootstrap.scss";
  11. @import "../../assets/node_modules/font-awesome/scss/font-awesome.scss";
  12. @import "../../assets/node_modules/lightbox2/dist/css/lightbox.css";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement