Currently, I am working on a project and facing a minor issue related to importing the style.css file.
I am aware that the syntax should be import "./style.css"
, however, upon implementation, I encountered a Terminal Output error.
The output generated by npx browserslist
is as follows:
and_chr 81
and_ff 68
and_qq 1.2
and_uc 12.12
chrome 81
chrome 80
chrome 79
...
I noticed the presence of and_qq
in the output, but it appears to be missing from the package.json
file.
For reference, you can view the current file structure here: Image for Structure
Thank you in advance for your assistance.