diff options
Diffstat (limited to 'core/css/animations.scss')
-rw-r--r-- | core/css/animations.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/animations.scss b/core/css/animations.scss index 9c9d69ae018..eb1eae98420 100644 --- a/core/css/animations.scss +++ b/core/css/animations.scss @@ -1,8 +1,7 @@ -/*! +/** * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ - @-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); |