Skip to content

Instantly share code, notes, and snippets.

@yuricamara
Created October 14, 2015 14:45
Show Gist options
  • Save yuricamara/3259367f15aa3a536319 to your computer and use it in GitHub Desktop.
Save yuricamara/3259367f15aa3a536319 to your computer and use it in GitHub Desktop.
/**********************
[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