diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-01-11 00:02:24 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-01-11 17:46:32 +0000 |
commit | 87007302040e16c38a0a37ae65b1eb4ba51efaed (patch) | |
tree | b499a3f6416af8d86202657d194015804f7a74f6 /core/css/animations.css | |
parent | 8393ae27777777ff2ddcba10a9e124e36c30d634 (diff) | |
download | nextcloud-server-87007302040e16c38a0a37ae65b1eb4ba51efaed.tar.gz nextcloud-server-87007302040e16c38a0a37ae65b1eb4ba51efaed.zip |
Compress SASS output
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/css/animations.css')
-rw-r--r-- | core/css/animations.css | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/core/css/animations.css b/core/css/animations.css index d0c80935a25..33b709ffa97 100644 --- a/core/css/animations.css +++ b/core/css/animations.css @@ -1,5 +1,4 @@ -@charset "UTF-8"; -/*! +/*! * @copyright Copyright (c) 2022 Julius Härtl <jus@bitgrid.net> * * @author Julius Härtl <jus@bitgrid.net> @@ -18,26 +17,4 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ -@-webkit-keyframes rotate { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } -} -@keyframes rotate { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } -} - -/*# sourceMappingURL=animations.css.map */ + */@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}/*# sourceMappingURL=animations.css.map */ |