This repository bundles Stylus language compiler into a single file that can be used in the browser.
https://raw.githack.com/openstyles/stylus-lang-bundle/master/demo/
<script src="https://raw.githubusercontent.com/openstyles/stylus-lang-bundle/refs/tags/v0.64.0/dist/stylus-renderer.min.js"></script>var css = stylus(input).render();
console.log(css);