I'd like to report a really weird thing about the wireframe mode. It doesn't work in current release version.

An old issue (#741986: Wireframe mode non work) describes the reverse situation.

Replacing ".with-wireframes" with ".wireframe-mode" everywhere in default.css helps.

CommentFileSizeAuthor
#1 wireframes.patch450 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

FileSize
450 bytes

Or to keep consistency with other theme conventions:

In template.php replace
$vars['classes_array'][] = 'wireframe-mode';
with
$vars['classes_array'][] = 'with-wireframes';

Patch is included.

SteveK’s picture

Status: Active » Closed (won't fix)

wireframe mode will be removed in 3.x branch as the Bourbon grid framework provides a "grid" display. closing.