UNPKG

guide201

Version:

Atlas is living style-guides & pattern library static site generator with extensive CSS monitoring and components info that could be used virtually with any scss/css project

13 lines (10 loc) 250 B
'use strict'; (function () { const loader = document.querySelector('.atlas-loader'); if (!loader) { return; } document.addEventListener('DOMContentLoaded', function() { loader.classList.add('js-hide'); }); }());