Can the source code of css and sacc be changed?

sometimes the background picture encoded by base64 is used, which makes a line of code too long. Can css wrap it?

&.sort > span::after {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAE5JREFUKBVjYBj6gLEBCP7//19PjFcYGRkbmQ8AgaOjIyNQgwM+TSDFIMOZQYoIaYIpBqkFa8CnCVkxigZsmtAVg9RgBSC3ggBWSZoLAgBKkiQut6E4vQAAAABJRU5ErkJggg==);
    }
Jul.11,2022

the editor can adjust the line break mode, which is more convenient.

you can change your line if you have to. Just add a \ backslash at the end of the newline of the string.

.xx {
      background-image: url(
        'data:image/png;base64,iVBORw0KGgoAAAANSUhEUg\
        AAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAE5JREFUKBVjYB\
        j6gLEBCP7//19PjFcYGRkbmQ8AgaOjIyNQgwM+TSDFIMOZQ\
        YoIaYIpBqkFa8CnCVkxigZsmtAVg9RgBSC3ggBW\
        SZoLAgBKkiQut6E4vQAAAABJRU5ErkJggg=='
      );
}
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-7b574d-26544.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-7b574d-26544.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?