Can the same parent of css be merged?

            -sharpcointossing .left-container{
                width: 100%;
            }

            -sharpcointossing .right-container{
                width: 100%;
            }

I would like to ask whether this form of css can be combined to write

.
Mar.16,2021

-sharpcointossing [class*='-container']{
    width: 100%;
}

.left-container, .right-container {
    width:100%;
}


sassless,<br>

-sharpcointossing {
 .left-container {
                width: 100%;
            }
 .right-container {
                width: 100%;
            }
}
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-1b3618c-2bffd.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-1b3618c-2bffd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?