Skip to content

Commit eb3b76f

Browse files
committed
Ensure license comment appears first in the stylesheet
1 parent 9ddd632 commit eb3b76f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cooltipz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cooltipz.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/_license.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*! Cooltipz.css v2.1.0 | MIT License | github.com/jackdomleo7/Cooltipz.css */

src/cooltipz.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*! Cooltipz.css v2.1.0 | MIT License | github.com/jackdomleo7/Cooltipz.css */
2-
1+
@use "./license";
32
@forward "./variables/scss";
43
@use "./variables/scss" as *;
54
@use "./variables/css" as *;

0 commit comments

Comments
 (0)