All notable changes to the "CSS and SCSS Snippets" extension will be documented in this file.
- Fixed description in README.md.
- Added
_
for child brace scope& { ... }
. - Added
__
for simple brace scope#{}
in SCSS. - Added
#{clipboard}
and#{selection}
for keyboard shortcut usage. - Added
grid
properties. - Added
writing-mode
property. - Added
isolation
property. - Added
block
andinline
properties forborder
,margin
andpadding
. - Added SCSS module functions.
- Added
$1
,$d1
and$g1
for SCSS variable declaration. - Added
true
,false
andnull
for SCSS.
- Changed prefix for color from
_
to#
. - Simplified SCSS include.
- Strings are always single quote.
- Some fixes and clean up like simplified font.
- Eliminated a lot of duplicated prefixes with value selection.
- Removed properties with prefixes.
- Added
l13Snippets.scss.useFunctionBlockPadding
to enable or disable line padding in function blocks.
- Added
pointer-events
andposition: sticky;
for CSS. - Added
@forward
,@use
and@at-root
for SCSS.
- Fixed some snippets.
- Added values
round
andspace
forbackground-repeat
.
- Changed display name from
L13 CSS Snippets
toCSS and SCSS Snippets
.
- Fixed tab stop in
background-position: 0 0;
- Added complete snippet list as markdown.
- Added property "content".
- Fixed link in README
- Initial release