[PR #30] [MERGED] CSS in JS #140

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

📋 Pull Request Information

Original PR: https://github.com/davidarroyo1234/InstagramUnfollowers/pull/30
Author: @tomleb3
Created: 11/9/2022
Status: Merged
Merged: 11/16/2022
Merged by: @davidarroyo1234

Base: masterHead: css-in-js


📝 Commits (1)

📊 Changes

9 files changed (+4940 additions, -259 deletions)

View changed files

dist/dist.js (+508 -0)
dist/dist.min.js (+1 -0)
dist/dist.styles.css (+163 -0)
min/min.js (+0 -1)
📝 package-lock.json (+3893 -191)
📝 package.json (+5 -1)
scripts/compile-css (+58 -0)
📝 src/main.js (+64 -66)
src/styles.scss (+248 -0)

📄 Description

  • Improve some UI elements [minor]
  • Simplify some syntax [minor]
  • Introduce the option to write pure CSS
  • Introduce the option to write SCSS

🔄 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/davidarroyo1234/InstagramUnfollowers/pull/30 **Author:** [@tomleb3](https://github.com/tomleb3) **Created:** 11/9/2022 **Status:** ✅ Merged **Merged:** 11/16/2022 **Merged by:** [@davidarroyo1234](https://github.com/davidarroyo1234) **Base:** `master` ← **Head:** `css-in-js` --- ### 📝 Commits (1) - [`0a6c4ab`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/0a6c4abf9deefef2866b2f205b075a69ab8c17e4) CSS in JS ### 📊 Changes **9 files changed** (+4940 additions, -259 deletions) <details> <summary>View changed files</summary> ➕ `dist/dist.js` (+508 -0) ➕ `dist/dist.min.js` (+1 -0) ➕ `dist/dist.styles.css` (+163 -0) ➖ `min/min.js` (+0 -1) 📝 `package-lock.json` (+3893 -191) 📝 `package.json` (+5 -1) ➕ `scripts/compile-css` (+58 -0) 📝 `src/main.js` (+64 -66) ➕ `src/styles.scss` (+248 -0) </details> ### 📄 Description * Improve some UI elements [minor] * Simplify some syntax [minor] * Introduce the option to write pure CSS * Introduce the option to write SCSS --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:43:36 +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/InstagramUnfollowers#140
No description provided.