Skip to content

Commit

Permalink
fix(braid): Support latest Braid styles (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored and michaeltaranto committed Jun 19, 2019
1 parent 021fced commit 31541c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Expand Up @@ -3895,7 +3895,7 @@ Object {
<link data-chunk="main"
rel="preload"
as="script"
href="https://somecdn.com/vendors~main-20ae88a8464bd18993fb.js"
href="https://somecdn.com/vendors~main-871a7668053574a58df7.js"
crossorigin="anonymous"
>
<link data-chunk="main"
Expand Down Expand Up @@ -3986,7 +3986,7 @@ Object {
</script>
<script async
data-chunk="main"
src="https://somecdn.com/vendors~main-20ae88a8464bd18993fb.js"
src="https://somecdn.com/vendors~main-871a7668053574a58df7.js"
crossorigin="anonymous"
>
</script>
Expand Down Expand Up @@ -4029,7 +4029,7 @@ Object {
<link data-chunk="main"
rel="preload"
as="script"
href="https://somecdn.com/vendors~main-20ae88a8464bd18993fb.js"
href="https://somecdn.com/vendors~main-871a7668053574a58df7.js"
crossorigin="anonymous"
>
<link data-chunk="main"
Expand Down Expand Up @@ -4120,7 +4120,7 @@ Object {
</script>
<script async
data-chunk="main"
src="https://somecdn.com/vendors~main-20ae88a8464bd18993fb.js"
src="https://somecdn.com/vendors~main-871a7668053574a58df7.js"
crossorigin="anonymous"
>
</script>
Expand All @@ -4138,7 +4138,7 @@ Object {
</script>
</body>
</html>,
"vendors~main-20ae88a8464bd18993fb.js": "CONTENTS IGNORED IN SNAPSHOT TEST",
"vendors~main-871a7668053574a58df7.js": "CONTENTS IGNORED IN SNAPSHOT TEST",
}
`;
Expand Down
2 changes: 2 additions & 0 deletions treat/index.ts
Expand Up @@ -7,6 +7,7 @@ import {
createTheme,
style,
styleMap,
styleTree,
css,
globalStyle,
resolveStyles,
Expand All @@ -33,6 +34,7 @@ export {
createTheme,
style,
styleMap,
styleTree,
css,
TreatProvider,
useStyles,
Expand Down

0 comments on commit 31541c0

Please sign in to comment.