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.

Do not hardcode css

See original GitHub issue

There 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:open
  • Created 3 years ago
  • Reactions:5
  • Comments:10

github_iconTop GitHub Comments

6reactions
SeeThruHeadcommented, Mar 30, 2021

can’t import any css file in node_modules in next js

4reactions
SeeThruHeadcommented, May 6, 2021

no we didn’t use this because of the issue

Read more comments on GitHub >

github_iconTop 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 >

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