File tree 4 files changed +24
-7
lines changed
Filter options
4 files changed +24
-7
lines changed
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the "CSS and SCSS Snippets" extension will be documented in this file.
3
3
4
+ ## [ 0.18.1] - 2024-04-23
5
+
6
+ ### Fixed
7
+
8
+ - Fixed description in README.md.
9
+
4
10
## [ 0.18.0] - 2024-03-31
5
11
6
12
### Added
13
+
7
14
- Added ` _ ` for child brace scope ` & { ... } ` .
8
15
- Added ` __ ` for simple brace scope ` #{} ` in SCSS.
9
16
- Added ` #{clipboard} ` and ` #{selection} ` for keyboard shortcut usage.
@@ -16,52 +23,63 @@ All notable changes to the "CSS and SCSS Snippets" extension will be documented
16
23
- Added ` true ` , ` false ` and ` null ` for SCSS.
17
24
18
25
### Changed
26
+
19
27
- Changed prefix for color from ` _ ` to ` # ` .
20
28
- Simplified SCSS include.
21
29
- Strings are always single quote.
22
30
- Some fixes and clean up like simplified font.
23
31
- Eliminated a lot of duplicated prefixes with value selection.
24
32
25
33
### Removed
34
+
26
35
- Removed properties with prefixes.
27
36
28
37
## [ 0.17.0] - 2023-04-09
29
38
30
39
### Changed
40
+
31
41
- Added ` l13Snippets.scss.useFunctionBlockPadding ` to enable or disable line padding in function blocks.
32
42
33
43
## [ 0.16.0] - 2021-05-26
34
44
35
45
### Added
46
+
36
47
- Added ` pointer-events ` and ` position: sticky; ` for CSS.
37
48
- Added ` @forward ` , ` @use ` and ` @at-root ` for SCSS.
38
49
39
50
### Fixed
51
+
40
52
- Fixed some snippets.
41
53
42
54
## [ 0.15.0] - 2020-07-05
43
55
44
56
### Added
57
+
45
58
- Added values ` round ` and ` space ` for ` background-repeat ` .
46
59
47
60
### Changed
61
+
48
62
- Changed display name from ` L13 CSS Snippets ` to ` CSS and SCSS Snippets ` .
49
63
50
64
## [ 0.14.1] - 2020-04-19
51
65
52
66
### Fixed
67
+
53
68
- Fixed tab stop in ` background-position: 0 0; `
54
69
55
70
## [ 0.14.0] - 2019-10-20
56
71
57
72
### Added
73
+
58
74
- Added complete snippet list as markdown.
59
75
- Added property "content".
60
76
61
77
## [ 0.13.1] - 2019-08-25
62
78
63
79
### Fixed
80
+
64
81
- Fixed link in README
65
82
66
83
## [ 0.13.0] - 2019-08-25
84
+
67
85
- Initial release
Original file line number Diff line number Diff line change @@ -134,20 +134,19 @@ __The following prefixes are just examples to explain the rules.__ To see the co
134
134
| ------: | ------- |
135
135
| ` @e1 ` | <b >@e </b >xtend NAME; |
136
136
137
- ### 6. A SassScript expression uses an underscore " \_ ".
137
+ ### 6. A SassScript expression uses two underscores " \_ \_ ".
138
138
139
139
See also [ Recommended Keyboard Shortcuts] ( #recommended-keyboard-shortcuts ) .
140
140
141
141
| Prefix | Snippet |
142
142
| ------: | ------- |
143
- | ` _ ` | #<b >{</b > ... <b >}</b > |
143
+ | ` __ ` | #<b >{</b > ... <b >}</b > |
144
144
145
145
### 7. A child scope starts with an underscore "\_ ".
146
146
147
147
| Prefix | Snippet |
148
148
| ------: | ------- |
149
- | ` _ ` | #<b >{</b > ... <b >}</b > |
150
- | ` __ ` | & <b >{</b > ... <b >}</b > |
149
+ | ` _ ` | & <b >{</b > ... <b >}</b > |
151
150
| ` _h_ ` | &: hover <b >{</b > ... <b >}</b > |
152
151
| ` _0_ ` | ~ * <b >{</b > ... <b >}</b > |
153
152
| ` _1_ ` | > * <b >{</b > ... <b >}</b > |
Original file line number Diff line number Diff line change 2
2
"name" : " l13-css-snippets" ,
3
3
"displayName" : " CSS and SCSS Snippets" ,
4
4
"description" : " Snippets for CSS and SCSS" ,
5
- "version" : " 0.18.0 " ,
5
+ "version" : " 0.18.1 " ,
6
6
"publisher" : " L13RARY" ,
7
7
"license" : " SEE LICENSE IN LICENSE.md" ,
8
8
"homepage" : " https://github.com/l13/vscode-css-snippets/blob/master/README.md" ,
You can’t perform that action at this time.
0 commit comments