Emmet – raccourcis css – background

  • CSS module uses fuzzy search to find unknown abbreviations, e.g. ov:h == ov-h == ovh == oh.
  • If abbreviation wasn’t found, it is transformed into property name: foo-bar → foo-bar: | ;
  • You can prefix abbreviations with hyphen to produce vendor-prefixed properties: -foo

Background

abréviationrésultatabréviationrésultat
bgbackground:#000;bgcpbackground-clip:padding-box;
bg+background:#fff url() 0 0 no-repeat;bgcp:bbbackground-clip:border-box;
bgabackground-attachment:;bgcp:pbbackground-clip:padding-box;
bgpbackground-position:0 0;bgcp:cbbackground-clip:content-box;
bgbkbackground-break:;bgobackground-origin:;
bgbk:bbbackground-break:bounding-box;bgszbackground-size:;
bgbk:ebbackground-break:each-box;bgsz:ctbackground-size:contain;
bgbk:cbackground-break:continuous;bgsz:cvbackground-size:cover;