Closed (fixed)
Project:
Navigation
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2023 at 17:52 UTC
Updated:
2 Aug 2023 at 18:44 UTC
Jump to comment: Most recent
Add some standard spacing root variables, similar to the Drupal Core setup seen below, and update all existing .pcss files with these new variables.
/**
* Spaces.
*/
--space-xl: 3rem; /* 3 * 16px = 48px */
--space-l: 1.5rem; /* 1.5 * 16px = 24px */
--space-m: 1rem; /* 1 * 16px = 16px */
--space-s: 0.75rem; /* 0.75 * 16px = 12px */
--space-xs: 0.5rem; /* 0.5 * 16px = 8px */
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
claireristow commentedWorking on this now!
Comment #5
claireristow commentedMerged!
Comment #6
claireristow commented