mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: background
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: background-position: position
|
|
# --
|
|
background-position: ${1:top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};$0 |