Skip to content
Snippets Groups Projects
user avatar
Shane Tomlinson authored
Manually including the CSS files in the document head.

Manually combining the CSS files into a single production CSS file.

In the mobile CSS file (m.css), wrapping all content in a media query.  Since this is the last bit in the production CSS file, we no longer need the "body" selector added to everything to gain specificity.  Removing "body" from the selectors.

Updating the compress script to do the right thing.
c3397477
Name Last commit Last update