We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387f09c commit 8fc6ff3Copy full SHA for 8fc6ff3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.8.0 - 4-25-15
2
+* Make border radius width values consistent with other snippet types
3
+* Add background size
4
+
5
## 0.7.0 - 4-14-15
6
* Add package keywords
7
snippets/css-snippets.cson
@@ -355,6 +355,9 @@
355
'background-repeat: no-repeat':
356
'prefix': 'bgrn'
357
'body': 'background-repeat: no-repeat;$0'
358
+ 'background-size':
359
+ 'prefix': 'bgs'
360
+ 'body': 'background-size: ${1:cover};$0'
361
'border':
362
'prefix': 'bor'
363
'body': 'border: ${1:${2:1}${3:px}} ${3:solid} ${4:#${5:000}};$0'
0 commit comments