Studio: revising %cont-text-sr Sass placeholder based on modern browser support

This commit is contained in:
Brian Talbot
2014-08-20 14:48:26 -04:00
parent 6a9753239d
commit d808b742e5

View File

@@ -365,9 +365,6 @@
// extends - content - wrapping
%cont-text-wrap {
text-wrap: wrap;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: break-word;
}