We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing css files from 3rd libraries, such as
Import Bootstrap CSS and optionally Bootstrap theme CSS in the beginning of your src/index.js file:
src/index.js
import 'bootstrap/dist/css/bootstrap.css'; import 'bootstrap/dist/css/bootstrap-theme.css';
The text was updated successfully, but these errors were encountered:
[ts] (#5) Allow importing external css files
897e658
zhenwenc
No branches or pull requests
Importing css files from 3rd libraries, such as
Import Bootstrap CSS and optionally Bootstrap theme CSS in the beginning of your
src/index.js
file:The text was updated successfully, but these errors were encountered: