postcss-colorfix
Version:
PostCSS plugin to recommend closest colors from your palette set as variables
32 lines (27 loc) • 485 B
CSS
.trend > a {
color: red;
background: #F09456;
border: 1px solid gray;
}
.another-border {
border-left: 1px red dashed;
border-right: 1px green dashed;
border-top: 1px gray dashed;
border-bottom: 1px gray dashed;
}
div.settings {
margin: 20px;
padding: 10px 4px;
background-color: #FAFAF1;
color: #333;
}
.background-test1 a div {
background: url('/image.png');
}
.background-test2 {
filter: blur(20px);
fill: orange;
}
.fill-color2 {
fill: black;
}