ryanwold.net

A civic-minded citizen seeking the singularity

An entry

Use Helium.js to identify Unused CSS

Date: 2018-05-05
Status: release
Tags: programming tools css javascript

Add this to your webpage:

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/helium-css/1.1/helium.js"></script>
<script type="text/javascript">
  window.addEventListener('load', function(){
  helium.init();
}, false);
</script>