Revert "stringmap"

This reverts commit edfad4452e.
This commit is contained in:
James Koster 2015-07-22 15:12:17 +01:00
parent edfad4452e
commit 3a0d120afa
4 changed files with 3 additions and 16 deletions

View file

@ -233,7 +233,7 @@ module.exports = function( grunt ) {
swapLeftRightInUrl: false,
swapLtrRtlInUrl: false,
autoRename: false,
preserveDirectives: true,
preserveDirectives: true
},
properties : [
{
@ -249,16 +249,6 @@ module.exports = function( grunt ) {
return { prop: prop, value: value };
}
}
],
stringMap : [
{
'name' : 'after',
'search' : ':after',
'replace' : ':before',
'options' : {
'scope': 'selector',
}
}
]
},
main: {

View file

@ -8,7 +8,6 @@

body {
background-color: $body-background;
direction: ltr;
}

.clearfix {

View file

@ -412,8 +412,7 @@ th {
box-sizing: border-box; }

body {
background-color: #FCFCFC;
direction: rtl; }
background-color: #FCFCFC; }

.clearfix::after {
clear: both;

View file

@ -412,8 +412,7 @@ th {
box-sizing: border-box; }

body {
background-color: #FCFCFC;
direction: ltr; }
background-color: #FCFCFC; }

.clearfix::after {
clear: both;