Do not hardcode css
See original GitHub issueThere is hardcoded css import:
import 'jsoneditor/dist/jsoneditor.css';
This makes any css customisation harder. Please remove this import so that we can import css of our choice.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:10
Top Results From Across the Web
css - How can I prevent hardcoding of some attributes in HTML?
Now I don't want to hard code it in my html; instead I want to apply a css class. I don't want this...
Read more >Code smells in CSS - CSS Wizardry
Hard-coded /absolute values. Not unlike magic numbers, hard-coded values are also bad news. A hard-coded value might be something like this:.
Read more >Is it bad to hard-code some width/height values in application?
I see hard coding all the time. I don't think it is universally bad practice. In fact, I try to remind folks that...
Read more >Overriding CSS styles hardcoded in to the software.
Can you not edit the default asp file and remove these inline styles? Then target them in the template css file directly. May...
Read more >INLS161-001 Fall 2022 | Hardcoding Task 02.01
This may be the basis of your fuller task 02 website, but it does not have to be. You may wish to use...
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
can’t import any css file in node_modules in next js
no we didn’t use this because of the issue