[PR #26] [MERGED] Remove Duplicated CSS Imports #35

Closed
opened 2026-02-26 04:36:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/26
Author: @moollaza
Created: 6/19/2019
Status: Merged
Merged: 6/20/2019
Merged by: @moollaza

Base: masterHead: dedeuplicate-css


📝 Commits (3)

  • ea0b160 Fix CSS import approach; Stop duplicate imports
  • 4335ce3 Better handling of callout styles
  • 38fc1ee Typo fix

📊 Changes

9 files changed (+50 additions, -44 deletions)

View changed files

📝 src/components/TheFeaturedCallout.vue (+3 -3)
📝 src/components/TheFooter.vue (+0 -4)
📝 src/main.js (+3 -0)
📝 src/scss/_styles.scss (+34 -0)
📝 src/scss/_variables.scss (+7 -2)
📝 src/views/About.vue (+1 -1)
📝 src/views/Home.vue (+1 -30)
📝 src/views/NotFound.vue (+0 -3)
📝 vue.config.js (+1 -1)

📄 Description

Credit to https://css-tricks.com/how-to-increase-your-page-size-by-1500-with-webpack-and-vue/
🤦🏾‍♂️


🔄 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/moollaza/repo-remover/pull/26 **Author:** [@moollaza](https://github.com/moollaza) **Created:** 6/19/2019 **Status:** ✅ Merged **Merged:** 6/20/2019 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `dedeuplicate-css` --- ### 📝 Commits (3) - [`ea0b160`](https://github.com/moollaza/repo-remover/commit/ea0b160e9d29c71f8484f3e0f73ef2cbf83cd003) Fix CSS import approach; Stop duplicate imports - [`4335ce3`](https://github.com/moollaza/repo-remover/commit/4335ce382782910cde489a5e41fe2daf922f6c59) Better handling of callout styles - [`38fc1ee`](https://github.com/moollaza/repo-remover/commit/38fc1eea15ee3cec80f6df9c98c4a47a09da2990) Typo fix ### 📊 Changes **9 files changed** (+50 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `src/components/TheFeaturedCallout.vue` (+3 -3) 📝 `src/components/TheFooter.vue` (+0 -4) 📝 `src/main.js` (+3 -0) 📝 `src/scss/_styles.scss` (+34 -0) 📝 `src/scss/_variables.scss` (+7 -2) 📝 `src/views/About.vue` (+1 -1) 📝 `src/views/Home.vue` (+1 -30) 📝 `src/views/NotFound.vue` (+0 -3) 📝 `vue.config.js` (+1 -1) </details> ### 📄 Description Credit to https://css-tricks.com/how-to-increase-your-page-size-by-1500-with-webpack-and-vue/ 🤦🏾‍♂️ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:37 +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/repo-remover-moollaza#35
No description provided.