red-perfume / red-perfume-css

Library for atomizing strings of CSS
https://red-perfume.github.io
MIT License
3 stars 0 forks source link

Handle empty rules #10

Open TheJaredWilcurt opened 3 years ago

TheJaredWilcurt commented 3 years ago

Blocked by #2

.cow {}
.cow .dog { padding: 8px }
<div class="cow">
  <div class="dog"></div>
</div>