// bad
/* stylelint-disable plugin/disallow-first-level-global */
:global {
.semi-button {
width: 300px;
}
// ok
.a {
Powered by TurnKey Linux.