Skip to content

Commit

Permalink
Merge pull request #567 from oddbird/update-links
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Apr 18, 2024
2 parents 4659615 + dc158b1 commit 88002c0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/blog/2024/proxy-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ summary:
{% import 'embed.macros.njk' as embed %}

Recently, I was building the Playground feature on the [Sass
website](https://sass-lang.com/playground/). It's an interactive feature built
into a static Eleventy site, so we didn't have a UI Framework already
integrated.
website](https://sass-lang.com/playground/#eJxdj9FqwjAUhu/zFD9OVgULyhAhvfFV0ubYhiY5JYk4J333xdluZTch5zv5v58cDus6kOoHNj5FiY1AEZ2ythxUS4XExz6Q22XqSJurm/HxOGGrQkszPb3othJCnEk1HRb2HdaxCUS+jOaLYPxyGfEQwPlZovB6BuU1Ns748mZ06iSKt8fSMBbbnxBQs75PV+BdypouHOiXAA37RD5JrLLir3TEwv5Pvqqm9CjmcxRj/tezbFlRq6ZvA1+9Lhu2HCQSO5U456f51plEedQmDlbdJWrLTZ/BwNEkw17iYj5JZ5J4kNhXYvwGtNZ+7g==).
It's an interactive feature built into a static Eleventy site, so we didn't have
a UI Framework already integrated.

{{ embed.img(
src='blog/2024/sass-playground.png',
Expand Down
2 changes: 1 addition & 1 deletion content/tools/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ with a new [Sass playground][playground].

[site]: /work/sass-site/
[core]: /work/sass-core/
[playground]: https://sass-lang.com/playground/
[playground]: https://sass-lang.com/playground/#eJxdj9FqwjAUhu/zFD9OVgULyhAhvfFV0ubYhiY5JYk4J333xdluZTch5zv5v58cDus6kOoHNj5FiY1AEZ2ythxUS4XExz6Q22XqSJurm/HxOGGrQkszPb3othJCnEk1HRb2HdaxCUS+jOaLYPxyGfEQwPlZovB6BuU1Ns748mZ06iSKt8fSMBbbnxBQs75PV+BdypouHOiXAA37RD5JrLLir3TEwv5Pvqqm9CjmcxRj/tezbFlRq6ZvA1+9Lhu2HCQSO5U456f51plEedQmDlbdJWrLTZ/BwNEkw17iYj5JZ5J4kNhXYvwGtNZ+7g==
2 changes: 2 additions & 0 deletions content/work/metecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Metecho
sub: Collaboration for Salesforce projects
logo: salesforce
links:
site: https://metecho.herokuapp.com/
image:
src: work/metecho/metecho.jpg
alt: A task with assigned developer and tester
Expand Down
5 changes: 4 additions & 1 deletion content/work/sass-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ date: 2022-11-09
end: 2023-07-06
client: &client Google
logo: google
links:
site: https://sass-lang.com/
playground: https://sass-lang.com/playground/#eJxdj9FqwjAUhu/zFD9OVgULyhAhvfFV0ubYhiY5JYk4J333xdluZTch5zv5v58cDus6kOoHNj5FiY1AEZ2ythxUS4XExz6Q22XqSJurm/HxOGGrQkszPb3othJCnEk1HRb2HdaxCUS+jOaLYPxyGfEQwPlZovB6BuU1Ns748mZ06iSKt8fSMBbbnxBQs75PV+BdypouHOiXAA37RD5JrLLir3TEwv5Pvqqm9CjmcxRj/tezbFlRq6ZvA1+9Lhu2HCQSO5U456f51plEedQmDlbdJWrLTZ/BwNEkw17iYj5JZ5J4kNhXYvwGtNZ+7g==
image:
src: work/google/sass-site.jpg
alt: Homepage for the Sass project at sass-lang.com
Expand All @@ -28,7 +31,7 @@ press:
from the ground up
to make it easier to work on, update, and deploy.
Not only that, they added a new
[online playground](https://sass-lang.com/playground/)
[online playground](https://sass-lang.com/playground/#eJxdj9FqwjAUhu/zFD9OVgULyhAhvfFV0ubYhiY5JYk4J333xdluZTch5zv5v58cDus6kOoHNj5FiY1AEZ2ythxUS4XExz6Q22XqSJurm/HxOGGrQkszPb3othJCnEk1HRb2HdaxCUS+jOaLYPxyGfEQwPlZovB6BuU1Ns748mZ06iSKt8fSMBbbnxBQs75PV+BdypouHOiXAA37RD5JrLLir3TEwv5Pvqqm9CjmcxRj/tezbFlRq6ZvA1+9Lhu2HCQSO5U456f51plEedQmDlbdJWrLTZ/BwNEkw17iYj5JZ5J4kNhXYvwGtNZ+7g==)
and got Sass running in the browser to power it.
They're a fantastic team that we were lucky to work with.
<<: *natalie
Expand Down
1 change: 1 addition & 0 deletions src/scss/patterns/_icon-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[icon-grid='fit'] {
--column: page;
--media-size: 1.5lh;

display: grid;
gap: var(--gutter);
grid-template-columns: repeat(auto-fit, minmax(min(25ch, 100%), 1fr));
Expand Down

0 comments on commit 88002c0

Please sign in to comment.