Skip to content

Instantly share code, notes, and snippets.

@mattfelten
Created June 10, 2014 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattfelten/4053f3434e180a2ffdc9 to your computer and use it in GitHub Desktop.
Save mattfelten/4053f3434e180a2ffdc9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
+tr[data-display^="ALLOW IPv6 ip_proto=58"] td:first-child + td + td + td {
font-size: 0;
&:before {
content: 'ICMPv6';
font-size: 12px; // or whatever
}
}
+ tr[data-display^="ALLOW IPv6 ip_proto=58"] td:first-child + td + td + td {
font-size: 0;
}
+ tr[data-display^="ALLOW IPv6 ip_proto=58"] td:first-child + td + td + td:before {
content: 'ICMPv6';
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment