DevDmBootstrap4

Twitter Bootstrap 4 WordPress Starter Theme for Developers

Theme File: devdmbootstrap4.scss

Name: devdmbootstrap4.scss

Path: devdmbootstrap4/assets/scss/devdmbootstrap/devdmbootstrap4.scss

Source: https://github.com/dannymachal/devdmbootstrap4/blob/master/assets/scss/devdmbootstrap/devdmbootstrap4.scss

This is the main SCSS file for the theme. It is where we fold in our own SCSS files: theme, nav, and the wordpress core, with the bootstrap4x SCSS files.

Our main stylesheet, devdmbootstrap4.css is compiled from this SCSS file.

// Import the bootstrap4x scss
@import "../bootstrap4x/bootstrap";

// Import Theme Specific Classes and WordPress Core
@import "theme";
@import "nav";
@import "wordpresscore";