How do I create a new class in css from a bootstrap feature

louiseoyster

New Member
I am working on moving bootstrap css out of my code. I want to build various classes I can call from my .css (actually .scss) file. CSS and I have always trod different paths, but I am just learning it now. I want to build something like this in a different css class:-\[code\]<div class="well span4"> \[/code\]CSS \[code\].datainput { well; span4 #<<<<this is where I get lost. }\[/code\]Thanks
 
Back
Top