* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
*
* #type=style
* #import=./other1.css.js
* #import=./other2.css.js
* #include=other1 other2
*
* #css_wrapper_metadata_end */
div {
font-size: 2rem;
--foo-bar: calc(var(--foo-bar1)
- var(--foo-bar2)
- 3 * var(--foo-bar3));
--foo-bar2: $i18nRaw{someStringId};
& span.foo {
font-size: 1rem;
}
span.bar {
font-size: 1.5rem;
}
}
@container scroll-state(scrollable: top) {
span.baz {
display: block;
}
}