Visual Styling & Code Re-use
See original GitHub issue- 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. - 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:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
Closing as doesnt apply anymore