css3 - What do -- classes mean in SASS / CSS? -


i have seen people use -- signs quite bit, if remember correctly in use cases these:

.myclass {   //some stuff    .--large {     //other stuff   }  } 

is naming convention extension of parent, or there sass / css specific it? or example maybe off? not sure remember correctly, couldn't find on internet.

it's bem modifier naming convention. can read here:

http://getbem.com/naming/


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -