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

Use Helium.js to identify Unused CSS


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>