[PR #55] [CLOSED] Port to Stylus, Corrections and optimization #652

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

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/55
Author: @tiagoporto
Created: 3/26/2015
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 5212963 Port to Stylus, Corrections and optimization
  • 09bcd73 Fix flags

📊 Changes

14 files changed (+1523 additions, -1065 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 css/flag-icon.css (+501 -503)
📝 css/flag-icon.min.css (+1 -1)
📝 flags/1x1/gf.svg (+11 -16)
📝 flags/1x1/mq.svg (+81 -16)
📝 flags/1x1/vi.svg (+276 -246)
📝 flags/4x3/gf.svg (+11 -16)
📝 flags/4x3/mq.svg (+82 -16)
📝 flags/4x3/vi.svg (+276 -248)
📝 sass/flag-icon-base.scss (+3 -3)
stylus/flag-icon-base.styl (+25 -0)
stylus/flag-icon-list.styl (+249 -0)
stylus/flag-icon.styl (+3 -0)
stylus/variables.styl (+3 -0)

📄 Description

Ported to Stylus
Insert placeholder to sass and stylus to remove duplicated code and decreases the final filesize
Fixed sass, which didn't generate the class .flag-icon-background

Ignore .sass-cache from git

Fixed Flags from
US Virgin Islands (vi) #31
French Guiana (gf) #36
Martinique (mq)


🔄 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/55 **Author:** [@tiagoporto](https://github.com/tiagoporto) **Created:** 3/26/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5212963`](https://github.com/lipis/flag-icons/commit/52129636e51aff7cb006e5bbb0f43c74f4fbf7ad) Port to Stylus, Corrections and optimization - [`09bcd73`](https://github.com/lipis/flag-icons/commit/09bcd73bc6b191df8b912d6127b9227bd699047a) Fix flags ### 📊 Changes **14 files changed** (+1523 additions, -1065 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `css/flag-icon.css` (+501 -503) 📝 `css/flag-icon.min.css` (+1 -1) 📝 `flags/1x1/gf.svg` (+11 -16) 📝 `flags/1x1/mq.svg` (+81 -16) 📝 `flags/1x1/vi.svg` (+276 -246) 📝 `flags/4x3/gf.svg` (+11 -16) 📝 `flags/4x3/mq.svg` (+82 -16) 📝 `flags/4x3/vi.svg` (+276 -248) 📝 `sass/flag-icon-base.scss` (+3 -3) ➕ `stylus/flag-icon-base.styl` (+25 -0) ➕ `stylus/flag-icon-list.styl` (+249 -0) ➕ `stylus/flag-icon.styl` (+3 -0) ➕ `stylus/variables.styl` (+3 -0) </details> ### 📄 Description Ported to Stylus Insert placeholder to sass and stylus to remove duplicated code and decreases the final filesize Fixed sass, which didn't generate the class .flag-icon-background ## Ignore .sass-cache from git Fixed Flags from US Virgin Islands (vi) #31 French Guiana (gf) #36 Martinique (mq) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:40:09 +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#652
No description provided.