file_path stringlengths 3 280 | file_language stringclasses 66
values | content stringlengths 1 1.04M | repo_name stringlengths 5 92 | repo_stars int64 0 154k | repo_description stringlengths 0 402 | repo_primary_language stringclasses 108
values | developer_username stringlengths 1 25 | developer_name stringlengths 0 30 | developer_company stringlengths 0 82 |
|---|---|---|---|---|---|---|---|---|---|
crates/swc_css_modules/tests/fixture/import/order-1.css | CSS | .order-1 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-2.compiled.css | CSS | .__local__order-2 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-2.css | CSS | .order-2 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-3-1.compiled.css | CSS | .__local__order-3-1 {
color: white;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-3-1.css | CSS | .order-3-1 {
color: white;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-3.compiled.css | CSS | @import url('./order-3-1.css') screen and (orientation: landscape);
.__local__order-3 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-3.css | CSS | @import url('./order-3-1.css') screen and (orientation:landscape);
.order-3 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-1.compiled.css | CSS | .__local__order-4-1 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-1.css | CSS | .order-4-1 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-2-1.compiled.css | CSS | .__local__order-4-2-1 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-2-1.css | CSS | .order-4-2-1 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-2-2.compiled.css | CSS | .__local__order-4-2-2 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-2-2.css | CSS | .order-4-2-2 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-2.compiled.css | CSS | @import url('./order-4-2-1.css');
@import url('./order-4-2-2.css') (orientation: landscape);
.__local__order-4-2 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4-2.css | CSS | @import url('./order-4-2-1.css');
@import url('./order-4-2-2.css') (orientation:landscape);
.order-4-2 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4.compiled.css | CSS | @import url('./order-4-1.css') (min-width: 1000px);
@import url('./order-4-2.css') (min-width: 2000px);
.__local__order-4 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order-4.css | CSS | @import url('./order-4-1.css') (min-width: 1000px);
@import url('./order-4-2.css') (min-width: 2000px);
.order-4 {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order.compiled.css | CSS | @import url('./order-1.css');
@import url(http://example.com/style.css);
@import url('./order-2.css');
@import url(http://example.com/style.css);
@import url('./order-1.css');
@import url(http://example.com/style.css);
@import url('./order-2.css') screen and (min-width: 2000px);
@import url(http://example.com/style.css... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/order.css | CSS | @import url('./order-1.css');
@import url(http://example.com/style.css);
@import url('./order-2.css');
@import url(http://example.com/style.css);
@import url('./order-1.css');
@import url(http://example.com/style.css);
@import url('./order-2.css') screen and (min-width: 2000px);
@import url(http://example.com/style.css... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/other-query.compiled.css | CSS | .__local__other-query {
f: f;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/other-query.css | CSS | .other-query {
f: f;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/package/first.compiled.css | CSS | .__local__first {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/package/first.css | CSS | .first {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/query.compiled.css | CSS | .__local__query {
e: e;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/query.css | CSS | .query {
e: e;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/relative.compiled.css | CSS | .__local__relative {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/relative.css | CSS | .relative {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/something.compiled.css | CSS | .__local__my-box {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/something.css | CSS | .my-box {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/te'st.compiled.css | CSS | .__local__strange {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/te'st.css | CSS | .strange {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test test.compiled.css | CSS | .__local__space {
color: gray;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test test.css | CSS | .space {
color: gray;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test-media.compiled.css | CSS | @import url('test-nested-media.css') (min-width: 100px);
.__local__test {
c: c;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test-media.css | CSS | @import url('test-nested-media.css') (min-width: 100px);
.test {
c: c;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test-nested-media.compiled.css | CSS | a {
b: b;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test-nested-media.css | CSS | a {
b: b;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test-other.compiled.css | CSS | .__local__test {
d: d;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test-other.css | CSS | .test {
d: d;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test.compiled.css | CSS | .__local__test {
a: a;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/test.css | CSS | .test {
a: a;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/top-relative.compiled.css | CSS | .__local__top-relative {
color: black;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/top-relative.css | CSS | .top-relative {
color: black;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/unresolved.compiled.css | CSS | @import "unresolved-file.css";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/unresolved.css | CSS | @import "unresolved-file.css";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/url.compiled.css | CSS | .__local__background-imported {
background: url('./img.png');
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/import/url.css | CSS | .background-imported {
background: url('./img.png');
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/imported.compiled.css | CSS | .__local__foo {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/imported.css | CSS | .foo {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/index-loader-syntax.modules.compiled.css | CSS | .__local__foo {
color: red;
}
.__local__blue {
color: white;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/index-loader-syntax.modules.css | CSS | .foo {
color: red;
}
.blue {
color: white;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/css.module.compiled.css | CSS | .__local__local {
overflow: hidden auto;
color: red;
}
.global {
color: blue;
}
.__local__local.global {
color: green;
}
.__local__local.__local__local {
color: yellow;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/css.module.css | CSS | .local {
overflow: hidden auto;
color: red;
}
:global(.global) {
color: blue;
}
.local:global(.global) {
color: green;
}
.local:local(.local) {
color: yellow;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-module-scss.compiled.css | CSS | .__local__imported-by-module-scss {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-module-scss.css | CSS | .imported-by-module-scss {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-postcss.compiled.css | CSS | .__local__imported-by-postcss {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-postcss.css | CSS | .imported-by-postcss {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-pure.compiled.css | CSS | .__local__imported-by-pure {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-pure.css | CSS | .imported-by-pure {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-scss.compiled.css | CSS | .__local__imported-by-scss {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/imported-by-scss.css | CSS | .imported-by-scss {
overflow: hidden auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/postcss.compiled.css | CSS | @import "./imported-by-postcss.css";
.__local__postcss {
color: rgb(0 0 100% / 90%);
&:hover {
color: rebeccapurple;
}
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/postcss.css | CSS | @import "./imported-by-postcss.css";
.postcss {
color: rgb(0 0 100% / 90%);
&:hover {
color: rebeccapurple;
}
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/pure.compiled.css | CSS | @import "./imported-by-pure.css";
.__local__pure {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/integration/pure.css | CSS | @import "./imported-by-pure.css";
.pure {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/invisible-space.compiled.css | CSS | a {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/invisible-space.css | CSS | a {
color: red;
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-7910.compiled.css | CSS | .__local__child-class1 {
color: red;
}
.__local__root-class {}
.__local__child-class2 {
color: green;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-7910.css | CSS | .child-class1 {
color: red;
}
.root-class {
composes: child-class1;
composes: child-class2;
}
.child-class2 {
color: green;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8179.compiled.css | CSS | .__local__a.b.__local__d .c.__local__d {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8179.css | CSS | .a:global(.b .c).d {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8240.compiled.css | CSS | .__local__root-class {}
.__local__chain1 {}
.__local__chain2 {}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8240.css | CSS | .root-class {
composes: chain1;
}
.chain1 {
composes: chain2;
}
.chain2 {
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8461/1/input.compiled.css | CSS | .__local__foo.bar.__local__baz {}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8461/1/input.css | CSS | .foo:global(.bar).baz {} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8461/2/input.compiled.css | CSS | .__local__foo .bar.__local__baz {}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issue-8461/2/input.css | CSS | .foo :global(.bar).baz {} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issue-6897.compiled.css | CSS | .__local__a.b {}
.__local__a {
.b {}
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issue-6897.css | CSS | .a:global(.b) {}
.a {
&:global(.b) {}
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issue-7669.compiled.css | CSS | .__local__class > .inner {
color: blue;
}
.__local__class[data-x=true] > .inner {
color: red;
}
.__local__class[data-x=true] > .__local__inner {
color: green;
}
.__local__class[data-x=true] > .inner {
color: yellow;
}
.__local__class[data-x=true] > .__local__inner {
color: black;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issue-7669.css | CSS | .class:global > .inner {
color: blue;
}
.class:global[data-x=true] > .inner {
color: red;
}
.class:local[data-x=true] > .inner {
color: green;
}
.class[data-x=true]:global > .inner {
color: yellow;
}
.class[data-x=true]:local > .inner {
color: black;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issuse-7447.compiled.css | CSS | .a:hover {
color: blue;
}
.__local__a.__local__b {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issuse-7447.css | CSS | :global(.a):hover {
color: blue;
}
:local(.a).b{
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issuse-7599.compiled.css | CSS | .__local__my-class {}
.__local__my-class {}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/issues/issuse-7599.css | CSS | .my-class:global {
}
.my-class:local{
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/keyframes/input.compiled.css | CSS | @keyframes __local__test {}
@keyframes "__local__test" {}
@keyframes __local__test {}
@keyframes "__local__test" {}
@keyframes __local__test {}
@keyframes "__local__test" {}
@keyframes test {}
@keyframes "test" {}
@keyframes test {}
@keyframes "test" {}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/keyframes/input.css | CSS | @keyframes test {}
@keyframes "test" {}
@keyframes :local(test) {}
@keyframes :local("test") {}
@keyframes :local test {}
@keyframes :local "test" {}
@keyframes :global(test) {}
@keyframes :global("test") {}
@keyframes :global test {}
@keyframes :global "test" {}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/ComponentName/index.modules.compiled.css | CSS | .__local__header {
color: red;
}
.__local__body {
color: green;
}
.__local__footer {
color: blue;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/ComponentName/index.modules.css | CSS | .header {
color: red;
}
.body {
color: green;
}
.footer {
color: blue;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/animation/source.compiled.css | CSS | .__local__a {
animation: 3s ease __local__animationName;
}
.__local__b {
animation: 3s cubic-bezier(0.075, 0.82, 0.165, 1) __local__ease;
}
.__local__c {
animation: 3s ease-in-out 10 __local__infinite;
}
@keyframes __local__animationName {
0% {
background: white;
}
100% {
background: red;
}
}
@key... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/animation/source.css | CSS | .a {
animation: 3s ease animationName;
}
.b {
animation: 3s cubic-bezier(0.075, 0.82, 0.165, 1) ease;
}
.c {
animation: 3s ease-in-out 10 infinite;
}
@keyframes animationName {
0% {
background: white;
}
100% {
background: red;
}
}
@keyframes ease {
0% {
background: white;
}
100% {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/alias.compiled.css | CSS | .__local__imported-alias {
display: table;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/alias.css | CSS | .imported-alias {
display: table;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/composes-duplicate.compiled.css | CSS | .__local__simple-foo {
color: red;
}
.__local__simple-bar {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/composes-duplicate.css | CSS | .simple-foo {
color: red;
composes: imported-simple from './imported-simple.css';
}
.simple-bar {
color: red;
composes: imported-simple from './imported-simple.css';
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/composes-preprocessors.compiled.css | CSS | @value v-def from './values.css';
@value v-foo from './less-file.less';
@value v-bar from './scss-file.scss';
.globalClassName {
color: orange;
}
.__local__ghi {
color: v-def;
}
.__local__class {
color: v-foo;
}
.__local__other {
color: v-bar;
}
.__local__otherClassName {
background: #000;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/composes-preprocessors.css | CSS | @value v-def from './values.css';
@value v-foo from './less-file.less';
@value v-bar from './scss-file.scss';
:global(.globalClassName) {
color: orange;
}
.ghi {
color: v-def;
}
.class {
color: v-foo;
composes: lessClass from "less-file.less";
}
.other {
color: v-bar;
composes: scssClass from "scss-file... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/imported-simple.compiled.css | CSS | .__local__imported-simple {
display: block;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/imported-simple.css | CSS | .imported-simple {
display: block;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_modules/tests/fixture/modules/composes/relative.compiled.css | CSS | .__local__imported-relative {
display: inline;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.