Skip to content

Instantly share code, notes, and snippets.

@mllvzeth
Last active November 26, 2019 00:04
Show Gist options
  • Save mllvzeth/3d939f33b7fcbe06e2e5b59b627ad823 to your computer and use it in GitHub Desktop.
Save mllvzeth/3d939f33b7fcbe06e2e5b59b627ad823 to your computer and use it in GitHub Desktop.
Divi Sass Skeleton
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
@mllvzeth
Copy link
Author

mllvzeth commented Nov 25, 2019

Barebones sass starter template for any Divi 4.0 with a Header, Main Area, and Footer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment