is.js

is.js 1.4

is.js works by asking the browser a question and getting a quick boolean response to use for further processing and conditional function execution.While not that very complex, is.js can be a crucial piece of code, since it can be used in checking various...

DynCSS

DynCSS 0.8.1

DynCSS works by allowing the developer to add a custom syntax to his CSS code.Developers can embed various criteria inside their CSS which will only get executed if the condition is true.This library and its underlying methodology can be very useful when...

R2

R2 1.4.3

R2 is for developers working on internationalized content, which for some areas of the Globe needs to be displayed right to left instead of the classical default standard of left to right layout.This library takes inputted CSS code and simply flips all...

YSS

YSS 1.0

YSS, also known as Yago Style Sheet, works by reading comments found inside CSS files.These comments are then extracted and used as the text inside the documentation page.YSS supports parsing Markdown-formatted CSS comments, syntax which it uses to format...