Last active
November 26, 2019 00:04
-
-
Save mllvzeth/3d939f33b7fcbe06e2e5b59b627ad823 to your computer and use it in GitHub Desktop.
Divi Sass Skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html{ | |
body{ | |
#page-contianer{ | |
#et-boc{ | |
header{ | |
.et_builder_inner_content{ | |
}//.et_builder_inner_content | |
}//header | |
#et-main-area{ | |
#main-content{ | |
.et-l--body{ | |
.et_builder_inner_content{ | |
}//.et_builder_inner_content | |
}//.et-l--body | |
}//#main-content | |
footer{ | |
.et_builder_inner_content{ | |
}//.et_builder_inner_content | |
}//footer | |
}//#et-main-area | |
}//#et-boc | |
}//#page-container | |
}//body | |
}//html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Barebones sass starter template for any Divi 4.0 with a Header, Main Area, and Footer