universal-create-react-app icon indicating copy to clipboard operation
universal-create-react-app copied to clipboard

adding bootstrap css link

Open saadb opened this issue 8 years ago • 1 comments

When using the create-react-app to create myapp I could add the css CDN for react-bootstrap/bootstarp to the public/index.html when I ejected myapp I thought I could the same as above, but the CSS is not applied to react component in /shared/app.js Where can I add CSS CDN as shown https://react-bootstrap.github.io/getting-started/introduction

Any ideas?

saadb avatar Jan 09 '18 22:01 saadb

I figured it out. Added the CDN link to render.js after the ${CSS} template literal, it works greate!

saadb avatar Jan 15 '18 19:01 saadb