atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
11 lines (9 loc) • 309 B
text/less
@import "ui-variables";
// Animation definitions cannot cross the shadow boundary,
// and thus need to be loaded directly into the atom-text-editor scope.
atom-text-editor::shadow {
@-webkit-keyframes RotatingBackground {
0% {background-position-x: 0%}
100% {background-position-x: 100%}
}
}