You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several CSS files in use, mostly coming from the theme we've borrowed, which seems to have itself borrowed CSS from Bootstrap and Font Awesome.
An analysis by the Dust-Me tool of all pages in the site shows 2,962 unused selectors across the 7 stylesheets. Many of these selectors we'll probably never use no matter what we do. Let's see what happens if we remove almost all of the unused selectors.
The text was updated successfully, but these errors were encountered:
There are several CSS files in use, mostly coming from the theme we've borrowed, which seems to have itself borrowed CSS from Bootstrap and Font Awesome.
An analysis by the Dust-Me tool of all pages in the site shows 2,962 unused selectors across the 7 stylesheets. Many of these selectors we'll probably never use no matter what we do. Let's see what happens if we remove almost all of the unused selectors.
The text was updated successfully, but these errors were encountered: