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_parser/tests/recovery/simple-block/unclosed-2/input.css | CSS | @media screen {
a {
color: red;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/simple-block/unclosed-3/input.css | CSS | a {
color: red; | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/simple-block/unclosed/input.css | CSS | a {
color: red;
.class {
color: blue | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/style-blocks-contents/basic/input.css | CSS | .class {
color: blue;
&.foo {
ident
color: green;
}
@supports not (display: grid) {
float: right;
& .class {
ident
color: red
}
}
}
.class {
color: blue;
&.foo {
ident;
color: green;
}
@supports n... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/style-blocks-contents/invalid-nested-1/input.css | CSS | div {
color: red;
input {
margin: 1em;
}
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/style-blocks-contents/invalid-nested-2/input.css | CSS | .class {
color: red;
& test;
background: red
}
article {
color: green;
& { color: blue; }
color: red;
&.foo { color: yellow; } /* valid! */
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/style-blocks-contents/invalid-nested/input.css | CSS | .class {
color: red;
& test;
background: red;
}
article {
color: green;
& { color: blue; }
color: red;
&.foo { color: yellow; } /* valid! */
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/styled-jsx/1/input.css | CSS | .removed-214123 {
flex-wrap: wrap;
margin: __styled-jsx-placeholder__0;
box-sizing: border-box;
}
.removed-214123 :global(> .removed-214123-item) {
padding: __styled-jsx-placeholder__1;
flex-grow: 0;
flex-basis: __styled-jsx-placeholder__2%;
min-width: 0;
}
@media screen {
.removed-214... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/styled-jsx/2/input.css | CSS | .a :global(> .b) {
flex-basis: __styled-jsx-placeholder__0%;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/unicode-range/input.css | CSS | .class {
unicode-range: U+1Z1ee1-FFFFFF;
unicode-range: U+1e1ee1-FFZFFF;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/at-keyword/1/input.css | CSS | a { value: @x\2c } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/at-keyword/2/input.css | CSS | a { value: @\,x } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/at-keyword/3/input.css | CSS | a { value: @k\65yword } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/at-keyword/4/input.css | CSS | a { value: @\2cx } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/at-keyword/5/input.css | CSS | a { value: @x\, } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/at-keyword/6/input.css | CSS | a { value: @\6beyword } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/at-keyword/7/input.css | CSS | a { value: @\6b eyword } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/custom-properties/exclamation/input.css | CSS | .class {--foo:!; }
.class-1 {
--foo:!;
color: red;
}
.class-2 {
color: red;
--foo:!;
}
.class-3 {
--foo: !;
--foo: bar;
}
.class-4 {
--foo: bar;
--foo: !;
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/custom-properties/only-dashed/input.css | CSS | :root {
--:value;
}
.a {
counter-reset: -- --a -a;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/eof/input.css | CSS | a {
prop: # | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-1/input.css | CSS | a { value: #\68 ash } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-2/input.css | CSS | a { value: #0h\61sh } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-3/input.css | CSS | a { value: #x\, } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-4/input.css | CSS | a { value: #h\61sh } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-5/input.css | CSS | a { value: #\,x } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-6/input.css | CSS | a { value: #\68ash } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-7/input.css | CSS | a { value: #\2cx } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character-8/input.css | CSS | a { value: #x\2c } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/hash/invalid-character/input.css | CSS | a { value: #\30hash } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/number/dot/input.css | CSS | a { width: 0.; } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/number/eof/input.css | CSS | a {
prop: 12 | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/number/minus-dot/input.css | CSS | a { width: -0.; } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/number/plus-dot/input.css | CSS | a { width: +0.; } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/percentage/dot/input.css | CSS | a { width: 0.%; } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/percentage/minus/input.css | CSS | a { width: -0.%; } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/percentage/plus/input.css | CSS | a { width: +0.%; } | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/quotes/input.css | CSS | p::before {
content: "tes
t";
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/string/eof-double-quotes/input.css | CSS | div {
prop: "string | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/string/eof-single-quotes/input.css | CSS | div {
prop: 'string | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/string/escaped/broken-1/input.css | CSS | a {
prop: "\a
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/string/escaped/broken/input.css | CSS | a {
prop: "test\\ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/string/escaped/eof/input.css | CSS | a {
color: \
;
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/string/newline/input.css | CSS | a {
prop: "
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/url/basic/input.css | CSS | div {
--foo: "http://www.example.com/pinkish.gif";
background: url(var(--foo));
background: url(image.png\999999);
background: url(image.png\0);
background: url(image.png\D800);
background: url(image.png\DFFF);
background: url(image.png\11FFFF);
color: red;
}
.foo {
background: url(... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/url/eof-whitespaces/input.css | CSS | a { prop: url(foo.png | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/url/eof/input.css | CSS | a { prop: url(foo.png | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/value/url/parenthesis/input.css | CSS | a {
background: url(test\);
} | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/vercel/001/input.css | CSS | @media (min-width: 935px) {
.video:nth-child(4n) {
margin-right: 0;
}
.video:last-child {
margin-right: 0;
}
.video:first-child,
.video:nth-child(5),
.video:nth-child(9),
.video:nth-child(13) {
margin-left: 0;
}
__styled-jsx-placeholder__7
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/vercel/002/input.css | CSS | .slide {
width: __styled-jsx-placeholder__7px;
height: __styled-jsx-placeholder__7px;
margin: 0 calc(__styled-jsx-placeholder__7vw - __styled-jsx-placeholder__7px);
border-radius: 7px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08),
0 5px 12px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease;
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/vercel/003/input.css | CSS | .geist-list {
display: flex;
flex-wrap: wrap;
margin: __ident__;
box-sizing: border-box;
}
.geist-list :global(> .geist-list-item) {
padding: __ident__;
flex-grow: 0;
flex-basis: __ident__%;
min-width: 0;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/vercel/004/input.css | CSS | a.invert {
margin: 0;
__ident__
border-radius: 7px;
color: white;
background: __ident__;
__ident__
__ident__
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/vercel/005/input.css | CSS | @font-face {
margin: 0;
__ident__
border-radius: 7px;
color: white;
background: __ident__;
__ident__
__ident__
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_parser/tests/recovery/whitespaces/input.css | CSS | a {
prop: ;
prop: ;
prop:
;
prop:
;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/src/lib.rs | Rust | #![allow(clippy::vec_box)]
pub use self::prefixer::prefixer;
pub mod options;
mod prefixer;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/src/options.rs | Rust | use preset_env_base::query::Query;
pub use preset_env_base::query::Targets;
use serde::Deserialize;
#[derive(Debug, Default, Clone, Deserialize)]
#[serde(rename_all = "camelCase")]
#[serde(deny_unknown_fields)]
pub struct Options {
#[serde(default = "default_targets")]
pub env: Option<Targets>,
}
fn default_t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/src/prefixer.rs | Rust | #![allow(clippy::match_like_matches_macro)]
use core::f64::consts::PI;
use std::{mem::take, sync::Arc};
use once_cell::sync::Lazy;
use preset_env_base::{query::targets_to_versions, version::Version, BrowserData, Versions};
use rustc_hash::FxHashMap;
use swc_atoms::Atom;
use swc_common::{EqIgnoreSpan, DUMMY_SP};
use s... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/advanced-filter/input.css | CSS | div {
backdrop-filter: blur(2px);
}
div {
background: filter(url('image.jpg'), blur(2px));
}
div {
background: url(image.jpg), filter(url('image.jpg'), blur(2px));
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/advanced-filter/output.css | CSS | div {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
div {
background: -webkit-filter(url('image.jpg'), blur(2px));
background: filter(url('image.jpg'), blur(2px));
}
div {
background: url(image.jpg), -webkit-filter(url('image.jpg'), blur(2px));
background: url(image.jpg), filter(url('ima... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/advanced-filter/output.defaults-not-ie-11.css | CSS | div {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
div {
background: filter(url('image.jpg'), blur(2px));
}
div {
background: url(image.jpg), filter(url('image.jpg'), blur(2px));
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/animation/input.css | CSS | .class {
animation: inherit;
}
.class {
animation-duration: 0.6s;
}
.class {
animation-name: slidein;
}
.class {
animation-iteration-count: infinite;
}
.class {
animation-timing-function: cubic-bezier(0.1,0.7,1.0,0.1);
}
.class {
animation-direction: alternate;
animation-direction: reve... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/animation/output.css | CSS | .class {
-webkit-animation: inherit;
-moz-animation: inherit;
-o-animation: inherit;
animation: inherit;
}
.class {
-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.class {
-webkit-animation-name: slidein;
-moz-animation-name:... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/animation/output.defaults-not-ie-11.css | CSS | .class {
animation: inherit;
}
.class {
animation-duration: 0.6s;
}
.class {
animation-name: slidein;
}
.class {
animation-iteration-count: infinite;
}
.class {
animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.class {
animation-direction: alternate;
animation-direction: reverse;
animation... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/any-link/input.css | CSS | a:any-link {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/any-link/output.css | CSS | a:-webkit-any-link {
color: red;
}
a:-moz-any-link {
color: red;
}
a:any-link {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/any-link/output.defaults-not-ie-11.css | CSS | a:any-link {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/appearance/input.css | CSS | a {
appearance: none;
}
b {
appearance: auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/appearance/output.css | CSS | a {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
b {
-webkit-appearance: auto;
-moz-appearance: auto;
-ms-appearance: auto;
appearance: auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/appearance/output.defaults-not-ie-11.css | CSS | a {
appearance: none;
}
b {
appearance: auto;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/autofill/input.css | CSS | input:autofill {
border: 3px solid blue;
}
input:AUTOFILL {
border: 3px solid blue;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/autofill/output.css | CSS | input:-webkit-autofill {
border: 3px solid blue;
}
input:autofill {
border: 3px solid blue;
}
input:AUTOFILL {
border: 3px solid blue;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/autofill/output.defaults-not-ie-11.css | CSS | input:-webkit-autofill {
border: 3px solid blue;
}
input:autofill {
border: 3px solid blue;
}
input:AUTOFILL {
border: 3px solid blue;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backdrop-filter/input.css | CSS | a {
backdrop-filter: blur(2px);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backdrop-filter/output.css | CSS | a {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backdrop-filter/output.defaults-not-ie-11.css | CSS | a {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backdrop/input.css | CSS | dialog::backdrop {
background: rgba(255,0,0,.25);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backdrop/output.css | CSS | dialog::-webkit-backdrop {
background: rgba(255, 0, 0, .25);
}
dialog::-ms-backdrop {
background: rgba(255, 0, 0, .25);
}
dialog::backdrop {
background: rgba(255, 0, 0, .25);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backdrop/output.defaults-not-ie-11.css | CSS | dialog::backdrop {
background: rgba(255, 0, 0, .25);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backface-visibility/input.css | CSS | .class {
backface-visibility:hidden;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backface-visibility/output.css | CSS | .class {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/backface-visibility/output.defaults-not-ie-11.css | CSS | .class {
backface-visibility: hidden;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-clip/input.css | CSS | a {
background-clip: text;
}
b {
background-clip: content-box;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-clip/output.css | CSS | a {
-webkit-background-clip: text;
background-clip: text;
}
b {
background-clip: content-box;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-clip/output.defaults-not-ie-11.css | CSS | a {
-webkit-background-clip: text;
background-clip: text;
}
b {
background-clip: content-box;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-img-opts/input.css | CSS | .class {
background-origin: initial;
}
.class {
background-size: contain;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-img-opts/output.css | CSS | .class {
-webkit-background-origin: initial;
-moz-background-origin: initial;
-o-background-origin: initial;
background-origin: initial;
}
.class {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-img-opts/output.defaults-not-ie-11.css | CSS | .class {
background-origin: initial;
}
.class {
background-size: contain;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-size/input.css | CSS | a {
background-size: 20px
}
b {
background-size: contain
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-size/output.css | CSS | a {
-webkit-background-size: 20px;
-moz-background-size: 20px;
-o-background-size: 20px;
background-size: 20px;
}
b {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background-size/output.defaults-not-ie-11.css | CSS | a {
background-size: 20px;
}
b {
background-size: contain;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background/input.css | CSS | .class {
background: none;
}
.class {
background: image-set(url(foo.jpg) 2x);
}
.class {
background-image: image-set(url(foo.jpg) 2x);
}
.class {
background: filter(url('image.jpg'), blur(2px));
}
.class {
background: filter(url('image.jpg'), blur(2px));
}
.class {
background: url(image.jpg... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background/output.css | CSS | .class {
background: none;
}
.class {
background: -webkit-image-set(url(foo.jpg) 2x);
background: image-set(url(foo.jpg) 2x);
}
.class {
background-image: -webkit-image-set(url(foo.jpg) 2x);
background-image: image-set(url(foo.jpg) 2x);
}
.class {
background: -webkit-filter(url('image.jpg'), blur(2px));
b... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/background/output.defaults-not-ie-11.css | CSS | .class {
background: none;
}
.class {
background: -webkit-image-set(url(foo.jpg) 2x);
background: image-set(url(foo.jpg) 2x);
}
.class {
background-image: -webkit-image-set(url(foo.jpg) 2x);
background-image: image-set(url(foo.jpg) 2x);
}
.class {
background: filter(url('image.jpg'), blur(2px));
}
.class {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/basic/input.css | CSS | body {
color: red;
}
:hover {
color: red;
display: flex;
animation: foo 1s ease-out;
}
div a {
display: none;
}
[data-test] > div {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/basic/output.css | CSS | body {
color: red;
}
:hover {
color: red;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-animation: foo 1s ease-out;
-moz-animation: foo 1s ease-out;
-o-animation: foo 1s ease-out;
animation: foo 1s ease-out;
}
div a {
display: none;
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/basic/output.defaults-not-ie-11.css | CSS | body {
color: red;
}
:hover {
color: red;
display: flex;
animation: foo 1s ease-out;
}
div a {
display: none;
}
[data-test] > div {
color: red;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/border-image/input.css | CSS | .class {
border-image: linear-gradient(black, white) 20% fill stretch stretch;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/border-image/output.css | CSS | .class {
-webkit-border-image: -webkit-linear-gradient(black, white) 20% fill stretch stretch;
-moz-border-image: -moz-linear-gradient(black, white) 20% fill stretch stretch;
-o-border-image: -o-linear-gradient(black, white) 20% fill stretch stretch;
border-image: -webkit-linear-gradient(black, white) 20% fill ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/border-image/output.defaults-not-ie-11.css | CSS | .class {
border-image: linear-gradient(black, white) 20% fill stretch stretch;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/border-radius/input.css | CSS | a {
border-radius: 5px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_css_prefixer/tests/fixture/border-radius/output.css | CSS | a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-... | 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.