hello,
I’m developing a simple Shopify app using PHP + React
currently, I’m working on index.jsx page
Path: /var/www/html/myshopiapp/web/frontend/pages/index.jsx
and my CSS file is in
Path: /var/www/html/myshopiapp/web/resources/css/app.css
now I want to call that app.css file into index.jsx as an above path,
but when I call that file every time is gives errors,
so, how can I call that CSS in index.jsx?
or how can we call the custom CSS in index.jsx file?
is there any specific directory where I need to put my custom CSS?
please help me with this.
Thank.