mirror of
https://github.com/thangisme/notes.git
synced 2026-06-12 10:39:22 -04:00
Initial commit
This commit is contained in:
21
node_modules/doiuse/test/cases/gradient.css
generated
vendored
Normal file
21
node_modules/doiuse/test/cases/gradient.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
expect:
|
||||
css-gradients: 2
|
||||
css-repeating-gradients: 2
|
||||
*/
|
||||
|
||||
.radial {
|
||||
background: radial-gradient(ellipse farthest-corner, black, white);
|
||||
}
|
||||
|
||||
.simple1 {
|
||||
background: linear-gradient(black, white);
|
||||
}
|
||||
|
||||
.repeating {
|
||||
background: repeating-linear-gradient(180deg,rgb(26,198,204),rgb(26,198,204) 7%, rgb(100,100,100) 10%);
|
||||
}
|
||||
|
||||
.color {
|
||||
background: red repeating-radial-gradient(ellipse farthest-corner, black, white);
|
||||
}
|
||||
Reference in New Issue
Block a user