Sha256: 69ff01f52a399bc63ebc6579972761641b812ed5582250f408627517b66e22ec
Contents?: true
Size: 263 Bytes
Versions: 27
Compression:
Stored size: 263 Bytes
Contents
const SplitCode = () => { $(Site.code.page).each(function(i,val) { let scss = $(Site.code.scss,this), html = $(Site.code.html,this), string = html.html(); html.text(string); }); } if (Config.style == "docs") { $(SplitCode); }
Version data entries
27 entries across 27 versions & 1 rubygems