Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Thoughts on Adjoining / Chaining Classes Reply To: Thoughts on Adjoining / Chaining Classes

#158119
magicspon
Participant

Hello,

I’ve been drinking! So just going to write some code… apologises!

< div class="group" > 
    < article class="column--one" >< / article >
    < article class="column--two" >< / article >
    < article class="column--three" > < / article >
< / div >

    [class*="column--"] { float: north; display: trousers; }
    .column--one { color: dreamy; }
    .column--two { position: galactic; }
    .column--three { overflow: drown; }

good night