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.

@media print triggers extend missing?

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
romaroidcommented, Apr 16, 2015

I had this mistake “extend ’ .clearfix’ has no matches”

less v 2.5.0 on windows/mac

.clearfix() {
  &:before,
  &:after {
    content: " "; // 1
    display: table; // 2
  }
  &:after {
    clear: both;
  }
}

.holder {
  width: 32px;
  &:extend(.clearfix);
}

But after some time in bootstrap less (file utilities.less) I found this

.clearfix { .clearfix(); }

Now it works

0reactions
lukeapagecommented, Apr 16, 2015

@romaroid yes extend doesn’t match mixins yet, so it was a valid warning until you added the extra code.

Read more comments on GitHub >

github_iconTop Results From Across the Web

284840 - Printing preview does not display print-only media ...
I am using google font with latin-ext subset. there is no latin-ext character visible before printing, but print css show some more text...
Read more >
Modern POS (MPOS) triggers and printing | Dynamics 365
POS extension: Implement the PostSuspendTransactionTrigger trigger to get the receipt data from CRT and send it to the printer for printing.
Read more >
A Complete Guide to CSS Media Queries
CSS Media queries are a way to target browser by certain characteristics, features, and user preferences, then apply styles based on those ...
Read more >
Media Queries Level 4 - W3C
It extends and supersedes the features defined in Media Queries Level 3. CSS is a language for describing the rendering of structured documents ......
Read more >
failed to reload content blocker Error Domain ... - Stack Overflow
isEnabled { print("content blocker extension is enabled") SFContentBlockerManager. ... My ultimate goal is to block the media & popup of ...
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