Skip to content

Commit

Permalink
Fixed sweeteners missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed May 8, 2024
1 parent 2f7349b commit 342fae1
Show file tree
Hide file tree
Showing 7 changed files with 7,436 additions and 5,028 deletions.
1 change: 1 addition & 0 deletions themes/caw_theme/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion themes/caw_theme/dist/css/benefits.views.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/caw_theme/dist/css/sweeteners.views.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@
}
}

&.teaser-list {
.flex-container {
gap: 20px;
}
}

a {
@include modular-typography(2);
color: $su-color-digital-red;
Expand Down
3 changes: 2 additions & 1 deletion themes/caw_theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1",
"webpack-fix-style-only-entries": "^0.6.1"
}
},
"packageManager": "yarn@4.2.1"
}
2 changes: 0 additions & 2 deletions themes/caw_theme/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const config = {
wdsPort: 3001,
};


const componentStyles = glob.sync('./lib/components/**/*.scss').reduce((acc, path) => {
const entry = path.replace('.scss', '').replace('./lib/', '');
acc[entry] = path
Expand All @@ -30,7 +29,6 @@ const styleSheets = glob.sync('./lib/scss/**/*.scss').reduce((acc, file) => {
return acc
}, {});


var webpackConfig = {
entry: {...componentStyles, ...styleSheets },
output: {
Expand Down
12,448 changes: 7,425 additions & 5,023 deletions themes/caw_theme/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 342fae1

Please sign in to comment.