mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-04 14:11:16 +08:00
parent
edfad4452e
commit
3a0d120afa
4 changed files with 3 additions and 16 deletions
12
Gruntfile.js
12
Gruntfile.js
|
@ -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: {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
body {
|
||||
background-color: $body-background;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
|
|
|
@ -412,8 +412,7 @@ th {
|
|||
box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
background-color: #FCFCFC;
|
||||
direction: rtl; }
|
||||
background-color: #FCFCFC; }
|
||||
|
||||
.clearfix::after {
|
||||
clear: both;
|
||||
|
|
|
@ -412,8 +412,7 @@ th {
|
|||
box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
background-color: #FCFCFC;
|
||||
direction: ltr; }
|
||||
background-color: #FCFCFC; }
|
||||
|
||||
.clearfix::after {
|
||||
clear: both;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue