question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visual Styling & Code Re-use

See original GitHub issue
  1. There are many outline-none in the source code. It is really a bad idea to override the default :focus link style, so please remove those.
  2. The class names are too verbose. I found this link: https://tailwindcss.com/docs/utility-first#maintainability-concerns

I’d like to fixed them myself, by the project development server takes too much memory. #556

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
itsMapleLeafcommented, May 24, 2020

IMO, as a middle ground, it’s only worth abstraction if it’s either repeated more than twice, or the repeated places are changed multiple times (indicating they should be the same thing)

0reactions
crowlKatscommented, Aug 25, 2022

Closing as doesnt apply anymore

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reuse - Maintainable CSS
Learn why avoiding reuse and embracing repetition makes CSS maintenance easier.
Read more >
How To Create Reusable Custom Code Snippet In ... - YouTube
Save time by creating custom code snippets with visual studio code.-- New JavaScript Course Alert --100 Days of JavaScript: ...
Read more >
Reusable, Maintainable, and Modular CSS | by Adam French
A few advantages of CSS are it's a declarative, readable, easy-to-use nature. It's not that hard to start writing CSS and seeing results....
Read more >
How to write reusable CSS with SASS - LogRocket Blog
In this article, we will be focusing on why preprocessors are important with a particular emphasis on SASS and its ability to compose...
Read more >
Styling is critical to web component reuse, but may prove ...
The easiest way to create web components with a distinctive visual style is to bake that style directly into the components' code.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found