Sha256: 83a6c1c12507ce3980457c48ae333800d0ca2eb51cbe6b12977bd8a1f1bd795f

Contents?: true

Size: 973 Bytes

Versions: 2

Compression:

Stored size: 973 Bytes

Contents

@mixin less-reset {
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
  p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
  img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 
  dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figure, figcaption, hgroup, 
  menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  article, aside, canvas, figure, figure img, figcaption, hgroup,
  footer, header, nav, section, audio, video {
    display: block;
  }
  
  a img { border: 0; }
  
  figure { position: relative; }
  figure img { width: 100%; }
}

@mixin less-reset-selection {
  ::selection { background: rgb(255,255,0); }
  ::-moz-selection { background: rgb(255,255,0); }
  img::selection { background: transparent; }
  img::-moz-selection { background: transparent; }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-less-plugin-0.8 stylesheets/lessframework/reset/_utilities.scss
compass-less-plugin-0.7 stylesheets/lessframework/reset/_utilities.scss