From a9f1233e4513aa8da6eb957f0a5a2fd1740a8b8b Mon Sep 17 00:00:00 2001 From: nzbin Date: Sat, 5 Jan 2019 11:39:59 +0800 Subject: [PATCH] chore: modified comment --- less/three-dots.less | 15 +++------------ sass/three-dots.scss | 2 ++ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/less/three-dots.less b/less/three-dots.less index ac1179d..9064781 100644 --- a/less/three-dots.less +++ b/less/three-dots.less @@ -1,15 +1,6 @@ -/** - * - * three-dots.css v0.1.1 - * - * https://nzbin.github.io/three-dots/ - * - * Copyright (c) 2018 nzbin - * - * Released under the MIT license - * - */ - +// ------------------------------ +// Three-Dots +// ------------------------------ @import "variables"; @import "mixins"; @import "dot-elastic"; diff --git a/sass/three-dots.scss b/sass/three-dots.scss index c0e030a..84aa29e 100644 --- a/sass/three-dots.scss +++ b/sass/three-dots.scss @@ -1,4 +1,6 @@ +// ------------------------------ // Three-Dots +// ------------------------------ @import "variables"; @import "mixins"; @import "dot-elastic";