Skip to content

Commit 8fc6ff3

Browse files
committed
Add background size, update changelog
1 parent 387f09c commit 8fc6ff3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 0.7.0 - 4-14-15
26
* Add package keywords
37

snippets/css-snippets.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@
355355
'background-repeat: no-repeat':
356356
'prefix': 'bgrn'
357357
'body': 'background-repeat: no-repeat;$0'
358+
'background-size':
359+
'prefix': 'bgs'
360+
'body': 'background-size: ${1:cover};$0'
358361
'border':
359362
'prefix': 'bor'
360363
'body': 'border: ${1:${2:1}${3:px}} ${3:solid} ${4:#${5:000}};$0'

0 commit comments

Comments
 (0)