Simplify Global's partial reference.

Created on 15 March 2024, 9 months ago
Updated 25 April 2024, 8 months ago

Problem/Motivation

Is there an issue with simply using:

@use "../../../libraries/partials/partials" as *;

in Prototype’s globals instead of:

@use '../../partials/mixins/breakpoints' as mixins-breakpoints;
@use '../../partials/mixins/typography' as mixins-typography;

Seems like we're adding more room for errors if in most the codebase we have the convention of calling mixins directly, but then change the convention in globals.

📌 Task
Status

Fixed

Version

5.2

Component

Code

Created by

🇺🇸United States jnettik Denver, CO

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024