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修复):
正确写法:



打包后的产物:
