float-pigment-css 0.8.2

The CSS parser for the float-pigment project.
Documentation
@import url("a.wxss");

@media(prefers-color-scheme: dark) {
  .a {
    height: 10px;
  }
}

@media(prefers-color-scheme: dark) {
  .b {
    height: 10px;
  }
}

@font-face {
  font-family: "hello/world";
  src: local(sans-serif);
  font-weight: 200;
  font-style: normal;
  font-display: optional;
}

.a {
  height: 100px;
  padding-left: 10px;
  aspect-ratio: auto;
  margin: 10px;
}

.b {
  width: 100px;
  border: 1px solid black;
  background-position-x: 10px;
}