Skip to content

Commit

Permalink
fix: bring back scss for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timjackleus committed Dec 15, 2023
1 parent 0b69a0a commit e5f6a24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
16 changes: 8 additions & 8 deletions assets/scss/ledyer-checkout-for-woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
display: flex;
flex-direction: column;
align-items: center;
}

#lco-order-review,
#lco-iframe {
width: 100%;
}
#lco-order-review,
#lco-iframe {
width: 100%;
}

#lco-iframe {
display: flex;
justify-content: center;
}
#lco-iframe {
display: flex;
justify-content: center;
}
15 changes: 0 additions & 15 deletions assets/styles/ledyer-checkout-for-woocommerce.css

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const entryObject = ( paths ) => {
*/
module.exports = {
...WordPressConfig,
entry: entryObject( glob.sync( './assets/{css,js}/*.{css,js*}' ) ),
entry: entryObject( glob.sync( './assets/{scss,js}/*.{scss,js*}' ) ),
output: {
filename: '[name].js',
path: path.resolve( process.cwd(), 'build' ),
Expand Down

0 comments on commit e5f6a24

Please sign in to comment.