@import "./imported-by-postcss.css";

.postcss {
  color: rgb(0 0 100% / 90%);

  &:hover {
    color: rebeccapurple;
  }
}
