Home

Awesome

CSS Snippets

This extension provide you shorthand CSS snippets for VS Code. It's support CSS/SCSS/LESS currently.

If the extension does not working normally. Please check the Snippet Suggestions value in VS Code setting. inline/top value are recommended, otherwise the snippets will be hidden or at the bottom of the suggestion box.

You can check the list for detail info.

PrefixCSS Snippet Content
aialign-items : flex-start;
aibalign-items : baseline;
aicalign-items : center;
aifsalign-items : flex-start;
aifealign-items : flex-end;
aisalign-items : stretch;
asalign-self : flex-start;
anianimation : name 1s linear;
anideanimation-delay : 1s;
anidianimation-direction : alternate;
aniduanimation-duratuion : 1s;
anifmanimation-fill-mode : forwards;
aniicanimation-iteration-count: infinite;
aninanimation-name : name;
anipsanimation-play-state : paused;
anitfanimation-timing-function: linear;
bgbackground : #fff;
bgabackground-attachment : fixed;
bgcbackground-color : #fff;
bgclbackground-clip : border-box;
bgibackground-image : url("background.jpg");
bgobackground-origin : border-box;
bgpbackground-position : left top;
bgrbackground-repeat : no-repeat;
bgrrbackground-repeat : repeat;
bgrxbackground-repeat : repeat-x;
bgrybackground-repeat : repeat-y;
bgrnbackground-repeat : no-repeat;
bgsbackground-size : cover;
borborder : 1px solid #eee;
bornborder : none;
borcborder-color : #eee;
borsborder-style : solid;
borwborder-width : 1px;
borbborder-bottom : 1px solid #eee;
borlborder-left : 1px solid #eee;
borrborder-right : 1px solid #eee;
bortborder-top : 1px solid #eee;
brborder-radius : 2px;
botbottom : 0;
bosbox-shadow : 1px 1px 1px 1px rgba(0, 0, 0, .5);
bozbox-sizing : border-box;
clrclear : both;
colcolor : #333333;
concontent : '';
curcursor : auto;
curpcursor : pointer;
curdcursor : default;
disdisplay : none;
disbdisplay : block;
disidisplay : inline-block;
disndisplay : none;
disfdisplay : flex;
disifdisplay : inline-flex;
disgdisplay : grid;
disigdisplay : inline-grid;
flexflex : 1 1 auto;
fleflex : 1 1 auto;
fldflex-direction : row;
fldrflex-direction : row;
fldcflex-direction : column;
flfflex-flow : row, wrap;
flwflex-wrap : wrap;
flfloat : left;
fllfloat : left;
flrfloat : right;
flnfloat : none;
fffont-family : arial;
fzfont-size : 12px;
fstfont-style : italic;
fstifont-style : italic;
fstnfont-style : normal;
fstofont-style : oblique;
fwfont-weight : bold;
fwbfont-weight : bold;
fwlfont-weight : light;
fwnfont-weight : normal;
ftfont : 12px/1.5;
gagrid-area : some-grid-area;
gcgrid-columns : 1;
grgrid-rows : 1;
gtagrid-template-area : some-grid-area;
gtcgrid-template-columns : 1fr;
gtcregrid-template-columns : repeat(auto-fill, minmax(${0:300px}, 1fr));
gtrgrid-template-rows : 1fr;
heiheight : 1px;
jcjustify-content : flex-start;
jcfejustify-content : flex-end;
jcfsjustify-content : flex-start;
jccjustify-content : center;
jcsajustify-content : space-around;
jcsbjustify-content : space-between;
lislist-style : disc outside;
lisplist-style-position : outside;
listlist-style-type : disc;
listclist-style-type : circle;
listdlist-style-type : disc;
listlrlist-style-type : lower-roman;
listnlist-style-type : none;
listslist-style-type : square;
listurlist-style-type : upper-roman;
lefleft : 0;
lhline-height : 1.5;
lsletter-spacing : 2px;
lsnletter-spacing : normal;
marmargin : 0;
marbmargin-bottom : 0;
marlmargin-left : 0;
marrmargin-right : 0;
martmargin-top : 0;
maramargin : 0 auto;
mihmin-height : 1px;
miwmin-width : 1px;
mahmax-height : 1px;
mawmax-width : 1px;
opaopacity : 0;
ovoverflow : visible;
ovaoverflow : auto;
ovhoverflow : hidden;
ovsoverflow : scroll;
ovvoverflow : visible;
padpadding : 0;
padbpadding-bottom : 0;
padlpadding-left : 0;
padrpadding-right : 0;
padtpadding-top : 0;
posposition : relative;
posaposition : absolute;
posfposition : fixed;
posrposition : relative;
possposition : sticky;
rigright : 0;
tatext-align : center;
tactext-align : center;
taltext-align : left;
tartext-align : right;
tdtext-decoration : none;
tdutext-decoration : underline;
tdntext-decoration : none;
tdltext-decoration : line-through;
titext-indent : 2em;
tstext-shadow : 1px 1px 1px 1px rgba(0, 0, 0, .5);
tttext-transform : capitalize;
toptop : 0;
vavertical-align : baseline;
vabvertical-align : bottom;
vamvertical-align : middle;
vatvertical-align : top;
visvisibility : visible;
visvvisibility : visible;
vishvisibility : hidden;
wbword-break : break-all;
widwidth : 0;
widawidth : auto;
wswhite-space : nowrap;
wsnwhite-space : nowrap;
wspwhite-space : pre;
wwword-wrap : break-word;
ziz-index : -1;
imp@import 'filename';
inc@include mixin;
key@keyframes name {};
med@media screen and (max-width: 300px) {}
mix@mixin name {}
!!important
i!important