Skip to content

Commit 7d7e26c

Browse files
committed
- fixed date
- rebuild snippets list
1 parent eb2c898 commit 7d7e26c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to the "L13 CSS Snippets" extension will be documented in this file.
33

4-
## [0.14.0] - 2019-09-22
4+
## [0.14.0] - 2019-10-20
55

66
### Added
77
- Added complete snippet list as markdown.

SNIPPETS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,16 @@ Complete list of all CSS and SCSS snippets for Visual Studio Code. The rules for
379379
| `ca` | `clip: auto;` |
380380
| `cr4` | `clip: rect(${1:0}, ${2:0}, ${3:0}, ${0:0});` |
381381
| `c_` | `color: ${0:#000000};` |
382+
| `c` | `content: '$0';` |
383+
| `ca` | `content: attr($0);` |
384+
| `ccq` | `content: close-quote;` |
385+
| `cc` | `content: counter;` |
386+
| `cncq` | `content: no-close-quote;` |
387+
| `cnoq` | `content: no-open-quote;` |
388+
| `cn` | `content: none;` |
389+
| `cn` | `content: normal;` |
390+
| `coq` | `content: open-quote;` |
391+
| `cu` | `content: url($0);` |
382392
| `-cc1` | `-moz-column-count: ${0:0}; -webkit-column-count: ${0:0}; column-count: ${0:0};` |
383393
| `cc1` | `column-count: ${0:0};` |
384394
| `-cca` | `-moz-column-count: auto; -webkit-column-count: auto; column-count: auto;` |

0 commit comments

Comments
 (0)