DEBSOURCES
Skip Quicknav
sources / node-css-loader / 5.0.1%2B~cs14.0.5-1 / test / fixtures / modules / exportGlobals-pure / exportGlobals.css
1234567891011
.foo { background-color: red; } .one :local(.bar) { background-color: green; } .two :global(.baz) { background-color: blue; }