gpt4 book ai didi

css - react /CSS : Using CSS stylesheets in a React app?

转载 作者:太空宇宙 更新时间:2023-11-03 22:17:10 25 4
gpt4 key购买 nike

我有一个正常的 css 文件,我想在我的 React 应用程序中使用它,它没有使用 webpack。当我尝试导入 css 文件时,出现以下错误:

Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type.
> @import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i");

根据我在网上看到的一些帖子,看起来你必须进行 webpack 并自定义它才能加载 css 样式表。但是有没有办法在没有 webpack 的情况下使用我现有的样式表?

最佳答案

您可以在 <head> 之间添加以下行你的index.html相反……

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i">

关于css - react /CSS : Using CSS stylesheets in a React app?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56104638/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com