this: ``` .column { &:before { } border: 1px solid $special-text-color-blue; } ``` or this: ``` .column { border: 1px solid $special-text-color-blue; &:before { } } ```
this:
or this: