[PR #1328] [CLOSED] Sass import fix #1342

Closed
opened 2026-03-03 14:43:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1328
Author: @thielj
Created: 2/3/2025
Status: Closed

Base: mainHead: sass-import-fix


📝 Commits (3)

  • 3e7667f Enhance flag-icon mixin to support alpha-3 country codes
  • 2e1fc93 Add flag-icons-add-alpha3 variable
  • 7d7c460 Refactor Sass imports to use the new @use syntax and update variable references in flag-icon mixin

📊 Changes

6 files changed (+1552 additions, -280 deletions)

View changed files

alpha3.html (+1007 -0)
📝 country.json (+253 -0)
📝 sass/_flag-icons-base.scss (+12 -4)
📝 sass/_flag-icons-list.scss (+276 -273)
📝 sass/_variables.scss (+1 -0)
📝 sass/flag-icons.scss (+3 -3)

📄 Description

Fixes issue https://github.com/lipis/flag-icons/issues/1324


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/1328 **Author:** [@thielj](https://github.com/thielj) **Created:** 2/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sass-import-fix` --- ### 📝 Commits (3) - [`3e7667f`](https://github.com/lipis/flag-icons/commit/3e7667f576b674d03ac8a2a39f92360f2d37a000) Enhance flag-icon mixin to support alpha-3 country codes - [`2e1fc93`](https://github.com/lipis/flag-icons/commit/2e1fc933ca209526a13ae55dd3fe6f843d183433) Add flag-icons-add-alpha3 variable - [`7d7c460`](https://github.com/lipis/flag-icons/commit/7d7c4603c657ce942ba5c771046b50a5330e51f1) Refactor Sass imports to use the new @use syntax and update variable references in flag-icon mixin ### 📊 Changes **6 files changed** (+1552 additions, -280 deletions) <details> <summary>View changed files</summary> ➕ `alpha3.html` (+1007 -0) 📝 `country.json` (+253 -0) 📝 `sass/_flag-icons-base.scss` (+12 -4) 📝 `sass/_flag-icons-list.scss` (+276 -273) 📝 `sass/_variables.scss` (+1 -0) 📝 `sass/flag-icons.scss` (+3 -3) </details> ### 📄 Description Fixes issue https://github.com/lipis/flag-icons/issues/1324 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:43:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#1342
No description provided.