From fc9c94de2af00357a8edc3fc1e93799c8cc5a458 Mon Sep 17 00:00:00 2001 From: Avadhut Date: Sun, 11 Aug 2024 15:35:58 +0000 Subject: [PATCH] Updated base, mixins, utilities & 3rd party.md --- THIRD_PARTY_LICENSES.md | 31 +++++------------- src/sass/_base.scss | 6 ++++ src/sass/_mixins.scss | 62 +++++++++++++++++++++++++++++++++++ src/sass/_utilities.scss | 71 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 147 insertions(+), 23 deletions(-) diff --git a/THIRD_PARTY_LICENSES.md b/THIRD_PARTY_LICENSES.md index 0cf44cd..4422280 100644 --- a/THIRD_PARTY_LICENSES.md +++ b/THIRD_PARTY_LICENSES.md @@ -1,27 +1,12 @@ # Third-Party Licenses -## SASS (MIT License) -[SASS Authors] Natalie Weizenbaum (https://github.com/nex3) +SASS (MIT License) +[SASS Authors] Natalie Weizenbaum +SASS[https://github.com/sass] +MIT License[https://mit-license.org/] -MIT License -Copyright (c) 2019, Google LLC - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +SCSSAssist(Apache 2.0) +[SCSSAssist Author] Avadhut +SCSSAssist[https://github.com/avadhut-the-merciful/SCSSAssist] +Apache License Version 2.0[http://www.apache.org/licenses/] diff --git a/src/sass/_base.scss b/src/sass/_base.scss index e69de29..cd9083e 100644 --- a/src/sass/_base.scss +++ b/src/sass/_base.scss @@ -0,0 +1,6 @@ +@include reset; + +body{ + // font-size-- min = 14px max= 18px + font-size: clamp(1.4rem,calc(4vw + 1rem), 1.8rem); +} \ No newline at end of file diff --git a/src/sass/_mixins.scss b/src/sass/_mixins.scss index e69de29..02dbc5a 100644 --- a/src/sass/_mixins.scss +++ b/src/sass/_mixins.scss @@ -0,0 +1,62 @@ +/* + Resets margin padding to zero. + Removes text decoration of &