CSS classes for knockout text. Uses pseudo-classes to keep required code to a minimum.
Copy sass/knockout-text.sass to your project, and compile the SASS into CSS:
sudo gem install sass # if you do not have sass installed
sass sass/* css/*Alternatively, copy the .css files and directly edit them (see the .scss file for where to make changes).
To add the knockout text element, add the following into your HTML:
<content class="knockout-text">
<div class="knockout-between"></div>
</content>To customize the element, change the settings at the start of knockout-text.sass. For example, see Knockout Header.
