A CSS Haiku

by mark47

HTML

<p>You're a pain in the ass but</p>

SCSS

p {
    white-space:pre;
    &:before {
        content:"My dear CSS\A";
    }
    &:after {
        content:"\ASometimes I love you";
    }
}