How do I reference the scss file of a variable?

different css files need to be referenced dynamically according to the data returned in the background. Considering that import cannot use variables, it is effective to use require,
, but it is not very good
clipboard.png

,
clipboard.png

.

how should I write it?

Nov.17,2021

can be written as follows:

import('../index.css').then(() => {})
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cf4e-2b6ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cf4e-2b6ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?