Skip to content

Commit

Permalink
fix: load docs on base, like other clients (#303)
Browse files Browse the repository at this point in the history
I want to use layers. I think clients are the correct use case.

But… I keep needing to return client stylesheet imports to base layer to fix demo bugs.
  • Loading branch information
wesleyboar authored Jan 25, 2024
1 parent e75bae1 commit 726b2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractal.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fractal.components.set('default.context', {
}],
docsStyles: [{
isInternal: true,
layer: 'project',
layer: 'base',
path: '/assets/core-styles.docs.css'
}],
portalStyles: [{
Expand Down

0 comments on commit 726b2a9

Please sign in to comment.