mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 15:51:45 +00:00
Remove errant gradients file. Isn't included in compiled css.
Shouldn't be in src. Can't believe I missed this before launching v4 :/
This commit is contained in:
parent
b5c2d5c0c4
commit
8e0824b7a2
@ -1,22 +0,0 @@
|
||||
/*
|
||||
|
||||
GRADIENTS
|
||||
|
||||
|
||||
*/
|
||||
|
||||
.gradient-blue {
|
||||
background-image: linear-gradient(#4570B0, #0081C2);
|
||||
}
|
||||
|
||||
.gradient-blue-reversed {
|
||||
background-image: linear-gradient(#0081C2, #4570B0);
|
||||
}
|
||||
|
||||
.gradient-light-blue {
|
||||
background-image: linear-gradient(#76D3FE, #008AE0);
|
||||
}
|
||||
|
||||
.gradient-light-blue-reversed {
|
||||
background-image: linear-gradient(#008AE0, #76D3FE);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user