Skip to content

Instantly share code, notes, and snippets.

View kotaid's full-sized avatar
🧠
keep learning.

khalil kotaid

🧠
keep learning.
View GitHub Profile
@AdamMarsden
AdamMarsden / sassas.md
Last active April 20, 2024 14:45
Sass Architecture Structure

Sass Architecture Structure

sass/
|
|– base/
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|   ...                  # Etc…
|

Font Face

A mixin for writing @font-face rules in SASS.

Usage

Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.

@include font-face(Samplino, fonts/Samplino);