From 86277dda805ea1a9f1f4d446f5cae7631b635717 Mon Sep 17 00:00:00 2001 From: Khaled Mohamed Date: Sat, 14 Dec 2024 14:12:01 +0200 Subject: [PATCH] feat(config-file): :sparkles: add comment to show we use `reset-zone` package in `sass-pire` --- build/constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/constants.js b/build/constants.js index a20f0e4..ea4ec7a 100644 --- a/build/constants.js +++ b/build/constants.js @@ -52,6 +52,8 @@ const getBannerText = () => { ***** #{Settings.$author-names}. ***** Licensed under MIT. + + ***** To make a reset for CSS, We used the reset-zone library. */ }`; };