Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ahmadalfy's full-sized avatar

Ahmad Alfy ahmadalfy

View GitHub Profile
/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border-collapse: collapse !important;
background-image: none !important;
@ahmadalfy
ahmadalfy / gist:88d3d23c5fdbf7e739b2
Created May 20, 2015 14:53
htmlmin task options
htmlmin: {
dist: {
options: {
collapseBooleanAttributes: true,
collapseWhitespace: false,
conservativeCollapse: false,
removeAttributeQuotes: false,
removeCommentsFromCDATA: false,
removeEmptyAttributes: false,
removeOptionalTags: false,