Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add sass support and fonts #33

Merged
merged 12 commits into from
Nov 8, 2024

Conversation

chosww
Copy link
Collaborator

@chosww chosww commented Nov 5, 2024

No description provided.

@chosww chosww marked this pull request as ready for review November 5, 2024 18:00
src/assets/.DS_Store Outdated Show resolved Hide resolved
src/assets/styles/base/_base.scss Outdated Show resolved Hide resolved
eleventyConfig.addPassthroughCopy({
"src/assets": "assets"
});
eleventyConfig.addPassthroughCopy({ "src/assets": "assets" });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this for?


/** Colours **/

--blue: hsla(194, 60%, 59%, 1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefix colours with --color- for consistency. It's helpful for grouping variables.

@@ -3,295 +3,295 @@
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url('../fonts/raleway-v34-latin-regular.woff2') format('woff2');
src: url('/assets/fonts/raleway-v34-latin-regular.woff2') format('woff2');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to use a relative URL; if this isn't working we should figure out why.

@greatislander
Copy link
Member

I'm noticing the linting CI job is failing. Can you look into that as well?

@greatislander greatislander merged commit 98192a3 into inclusive-design:main Nov 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants