Skip to content

Commit

Permalink
(#1007) Retain Tab Component CSS
Browse files Browse the repository at this point in the history
The purgeCSS flow has been adjusted to ensure that
any classes on Astro Components are retained. This
ensures that the Astro Components are styled
correctly.

In addition, this is now checking for a value
when trigger automation for tabs with a multi
version. This ensures no invalid JSON errors.
  • Loading branch information
st3phhays committed Jun 12, 2024
1 parent 756921a commit 04f7626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {
"choco-astro": "0.1.0",
"choco-theme": "0.7.1"
"choco-theme": "https://github.com/st3phhays/choco-theme#astro-tabs"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3047,9 +3047,9 @@ __metadata:
languageName: node
linkType: hard

"choco-theme@npm:0.7.1":
version: 0.7.1
resolution: "choco-theme@npm:0.7.1"
"choco-theme@https://github.com/st3phhays/choco-theme#astro-tabs":
version: 0.7.2
resolution: "choco-theme@https://github.com/st3phhays/choco-theme.git#commit=40a87f6472c755fd19f79d0f9304df42f3ba7d1c"
dependencies:
"@fortawesome/fontawesome-free": "npm:^6.1.2"
"@playwright/test": "npm:^1.44.1"
Expand Down Expand Up @@ -3088,7 +3088,7 @@ __metadata:
stylelint-config-twbs-bootstrap: "npm:^14.0.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.4.5"
checksum: 10c0/c9622fe33492261ebbfe0679b233ba9ed018dde056f438d10c7f3b44eb760e545d0907c794fbd9e79c944b73e85177888528ad1155d638e348718b8843f84133
checksum: 10c0/823d704a31f57cab47e467c11e743801d74fa838a24b45cf457b249d8230fed17926db5d2cd0a5392825f33f63cfc149f609ea1a6388a17c43313894d8f221bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -4111,7 +4111,7 @@ __metadata:
resolution: "docs@workspace:."
dependencies:
choco-astro: "npm:0.1.0"
choco-theme: "npm:0.7.1"
choco-theme: "https://github.com/st3phhays/choco-theme#astro-tabs"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 04f7626

Please sign in to comment.