v0.36.0 code mods
This commit is contained in:
@@ -14,7 +14,7 @@ isBrowser && netlifyIdentity.init()
|
||||
|
||||
const App = () => (
|
||||
<FatalErrorBoundary page={FatalErrorPage}>
|
||||
<RedwoodProvider>
|
||||
<RedwoodProvider titleTemplate="%PageTitle | %AppTitle">
|
||||
<AuthProvider client={netlifyIdentity} type="netlify">
|
||||
<RedwoodApolloProvider>
|
||||
<Routes />
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* START --- TAILWIND GENERATOR EDIT
|
||||
*
|
||||
* `yarn rw generate util tailwind` placed these imports here
|
||||
* `yarn rw setup tailwind` placed these imports here
|
||||
* to inject Tailwind's styles into your CSS.
|
||||
* For more information, see: https://tailwindcss.com/docs/installation#add-tailwind-to-your-css
|
||||
*/
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
/**
|
||||
* END --- TAILWIND GENERATOR EDIT
|
||||
*/
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
/**
|
||||
* END --- TAILWIND GENERATOR EDIT
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user