ua-snap / nccwsc-projects

1 stars 0 forks source link

Search for unused CSS in all files #175

Open BobTorgerson opened 2 months ago

BobTorgerson commented 2 months ago

An example of code that has CSS that is unused is in the footer:

Line 15 and 16 in the footer looks like this:

<div class="**colored d-none d-xl-block**">
    <div class="logo-block **container-fluid** footer-container">

The CSS classes marked in bold are not used and have no purpose being in the code.