Created
October 14, 2015 14:45
-
-
Save yuricamara/3259367f15aa3a536319 to your computer and use it in GitHub Desktop.
This file contains 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
/********************** | |
[Page/Include] | |
**********************/ | |
//Variáveis | |
//Placeholders | |
//Mixins (úteis apenas para este arquivo) | |
//Estilização do elemento que envolve a page/include | |
/********************** | |
[Módulo] | |
**********************/ | |
//elemento que envolve a módulo | |
.module-A{ | |
//classes descentes sem ser filhos ou irmãos em ordem alfabética. | |
.title{ | |
//variáveis | |
//propriedades: | |
//box model: altura, largura, borda, margem e padding | |
//position: position, left e right | |
//display | |
//texto | |
//design: background, box-shadow,... | |
//@include, @extend, &[seletor] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment