Next.js-Postcss-scss-bug
2023-3-23
| 2023-4-21
字数 95阅读时长 1 分钟
beizhu
type
Post
status
Published
date
Mar 23, 2023
slug
summary
Next.js scss background-image问题
tags
Next.js
category
技术
icon
password

Next.js - Postcss-scss - bug

background-image问题
不能在background中写双引号
background: URL(../../public/images/test.png);
在scss中直接根据相对路径写,到时候next会接管打包,并引入cdn链接
postcss-scss的bug(已在4.0.6修复):
正确写法:
notion image
notion image
notion image
打包后的产物:
notion image
 
  • Next.js
  • 分享的提纲以及如何提升部署CICD初识了解
    Loading...