Skip to content

timhwang21/knockout-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knockout-Text

Screenshot

CSS classes for knockout text. Uses pseudo-classes to keep required code to a minimum.

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors