Created
June 15, 2015 18:29
-
-
Save diego-mi/8949364e6450e8a3f8c2 to your computer and use it in GitHub Desktop.
Padrao para criação de files .styl
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
/* | |
* Descricao rápida (Ex: Arquivo com estilizacao default para forms) | |
* Descricao Completa (Ex: Formularios para edicao e adicionar no estilo horizontal...) | |
* Alerta. (Ex: Ao editar algum item, fazer verificacao das páginas que contem tal classe) | |
* | |
* ============================== | |
* | |
* INDICE | |
* | |
* - Grupo de classes1 (BTNS) | |
* - Grupo de classes2 (Labels) | |
* - Grupo de classes3 (Imgs) | |
* | |
*/ | |
/* ------------------- BTNS ------------------- */ | |
//.btn-submit (classe ou identificacao) | |
// input:submit, button:submit (Exemplos de tags usadas) | |
/* ------------------- LABELS ------------------- */ | |
//.label-info | |
//label, p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment