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";