Browse Source
refactor(webpack): use portable scss include paths
Rather than using relative paths for css imports - which can break when
we move files around - add our styles path to the webpack sass-loader
loader using the `includePaths` setting.
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
42 changed files with
65 additions and
45 deletions
app/components/Activity/Activity.scss
app/components/Activity/ActivityModal/ActivityModal.scss
app/components/Activity/Countdown/Countdown.scss
app/components/Activity/InvoiceModal/InvoiceModal.scss
app/components/Activity/PaymentModal/PaymentModal.scss
app/components/Activity/Transaction/Transaction.scss
app/components/Activity/TransactionModal/TransactionModal.scss
app/components/App/App.scss
app/components/Contacts/AddChannel/AddChannel.scss
app/components/Contacts/ChannelForm/ChannelForm.scss
app/components/Contacts/ConnectManually/ConnectManually.scss
app/components/Contacts/ContactModal/ContactModal.scss
app/components/Contacts/ContactsForm/ContactsForm.scss
app/components/Contacts/Network/Network.scss
app/components/Contacts/SubmitChannelForm/SubmitChannelForm.scss
app/components/Contacts/SuggestedNodes/SuggestedNodes.scss
app/components/Form/Form.scss
app/components/Form/Pay/Pay.scss
app/components/Form/Request/Request.scss
app/components/GlobalError/GlobalError.scss
app/components/LoadingBolt/LoadingBolt.scss
app/components/Onboarding/Alias/Alias.scss
app/components/Onboarding/Autopilot/Autopilot.scss
app/components/Onboarding/BtcPayServer/BtcPayServer.scss
app/components/Onboarding/ConnectionConfirm/ConnectionConfirm.scss
app/components/Onboarding/ConnectionDetails/ConnectionDetails.scss
app/components/Onboarding/ConnectionType/ConnectionType.scss
app/components/Onboarding/FormContainer/FormContainer.scss
app/components/Onboarding/InitWallet/InitWallet.scss
app/components/Onboarding/Login/Login.scss
app/components/Onboarding/NewWalletPassword/NewWalletPassword.scss
app/components/Onboarding/NewWalletSeed/NewWalletSeed.scss
app/components/Onboarding/ReEnterSeed/ReEnterSeed.scss
app/components/Onboarding/RecoverForm/RecoverForm.scss
app/components/Onboarding/Signup/Signup.scss
app/components/Onboarding/Syncing/Syncing.scss
app/components/Settings/Fiat/Fiat.scss
app/components/Wallet/ReceiveModal/ReceiveModal.scss
app/components/Wallet/Wallet.scss
webpack.config.renderer.dev.dll.js
webpack.config.renderer.dev.js
webpack.config.renderer.prod.js
@ -1,4 +1,4 @@
@import ' ../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. search {
height : 55 px ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
display : block ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
display : flex ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. content {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : absolute ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : absolute ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. header {
display : flex ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. modal {
position : absolute ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. network {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. content {
padding : 0 40 px ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : absolute ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
padding : 0 40 px ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
padding : 0 40 px ;
@ -1,4 +1,4 @@
@import ' ../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : absolute ;
@ -1,4 +1,4 @@
@import ' ../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
z-index : 1000 ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. alias {
background : transparent ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. input : nth-child ( 2 ) {
margin-top : 30 px ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
font-size : 14 px ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. seedContainer {
display : flex ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. seedContainer {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
color : $white ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. submenuHeader {
padding : 20 px ;
@ -1,4 +1,4 @@
@import ' ../../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. container {
position : relative ;
@ -1,4 +1,4 @@
@import ' ../../ styles/variables.scss' ;
@import ' styles/variables.scss ' ;
. wallet {
background : $bluegrey ;
@ -72,7 +72,10 @@ export default merge.smart(baseConfig, {
}
} ,
{
loader : 'sass-loader'
loader : 'sass-loader' ,
options : {
includePaths : [ path . join ( __ dirname , 'app' ) ]
}
}
]
} ,
@ -93,7 +96,10 @@ export default merge.smart(baseConfig, {
}
} ,
{
loader : 'sass-loader'
loader : 'sass-loader' ,
options : {
includePaths : [ path . join ( __ dirname , 'app' ) ]
}
}
]
} ,
@ -115,7 +115,11 @@ export default merge.smart(baseConfig, {
}
} ,
{
loader : 'sass-loader'
loader : 'sass-loader' ,
options : {
sourceMap : true ,
includePaths : [ path . join ( __ dirname , 'app' ) ]
}
}
]
} ,
@ -136,7 +140,11 @@ export default merge.smart(baseConfig, {
}
} ,
{
loader : 'sass-loader'
loader : 'sass-loader' ,
options : {
sourceMap : true ,
includePaths : [ path . join ( __ dirname , 'app' ) ]
}
}
]
} ,
@ -59,7 +59,10 @@ export default merge.smart(baseConfig, {
loader : 'css-loader'
} ,
{
loader : 'sass-loader'
loader : 'sass-loader' ,
options : {
includePaths : [ path . join ( __ dirname , 'app' ) ]
}
}
] ,
fallback : 'style-loader'
@ -79,7 +82,10 @@ export default merge.smart(baseConfig, {
}
} ,
{
loader : 'sass-loader'
loader : 'sass-loader' ,
options : {
includePaths : [ path . join ( __ dirname , 'app' ) ]
}
}
]
} )