0.0.3 • Published 9 years ago

instruction.css v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

instruction.css

usage

This is the minimum markup required for this instruction.

<i data-instruction-id="MyInstruction">i</i>

<div id="MyInstruction" data-instruction>
  this is a instruction
</div>

The instruction and trigger may any element, with any class, as long as they have these data attribute.

These nodes do not need to be related in any way.