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
<snippet> | |
<content><![CDATA[<!DOCTYPE HTML> | |
<html lang="pt-BR"> | |
<head> | |
<!-- SEO --> | |
<meta name="description" content="" /> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>$1</title> |
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
// ======= Sass Clearfix Mixin ======= | |
@mixin clearfix() | |
& | |
*zoom: 1 | |
&:before, &:after | |
content: "" | |
display: table | |
&:after |
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
<select name="" id="" class="select"> | |
<option value="">Opção 1</option> | |
<option value="">Opção 2</option> | |
<option value="">Opção 3</option> | |
</select> |
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
Show hidden characters
{ | |
// color scheme, font options | |
"color_scheme": "Packages/Color Scheme - Default/tomorrow-theme/textmate/Tomorrow-Night-Bright.tmTheme", | |
"font_size": 11, | |
// Interface | |
"tab_size": 2, | |
"bold_folder_labels": true, | |
"highlight_line": true, | |
"show_full_path": true, |
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
{ | |
"files": | |
{ | |
"Pure css": "http://yui.yahooapis.com/pure/0.3.0/pure-min.css", | |
"customSelect": "https://raw.github.com/adamcoulombe/jquery.customSelect/master/jquery.customSelect.min.js", | |
"cycle": "https://raw.github.com/malsup/cycle/master/jquery.cycle.all.js", | |
"cycle-min": "http://rgbm.googlecode.com/files/jquery.cycle.all.min.js", | |
"jquery": "http://code.jquery.com/jquery.min.js", | |
"masked": "https://raw.github.com/digitalBush/jquery.maskedinput/1.3.1/dist/jquery.maskedinput.min.js", | |
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css", |
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
// ---- | |
// Sass (v3.3.0.rc.5) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
.box { | |
font-size: 14px; | |
&--header { | |
font-size: 16px; | |
} |
OlderNewer