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.

LESS: Passing ruleset to mixin break csscomb

See original GitHub issue
Please check the validity of the block starting from line #118
116 |     min-width: 320px;
118*|     .screen-less980({
119 |         width: 100%;
120 |         padding-left: 20px;
Gonzales PE version: 3.0.0-10
CSScomb Core version: 2.0.2

see: http://lesscss.org/features/#detached-rulesets-feature

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jdaudiercommented, Apr 19, 2015

Anyone?

0reactions
jdaltoncommented, May 6, 2019

This seems to be fixed in the latest csscomb release 💪

Read more comments on GitHub >

github_iconTop Results From Across the Web

LESS - Passing Rulesets to Mixins - Tutorialspoint
LESS - Passing Rulesets to Mixins, Detached ruleset contains rulesets such as properties, nested rulesets, variables declaration, mixins, etc.
Read more >
Allow parametrized mixins as detached rulesets to ... - GitHub
It seems that currently LESS only supports 'pure' rulesets to be passed along as mixin arguments or stored in variables as detached rulesets...
Read more >
Passing Rulesets To Mixins In Less CSS - Ben Nadel
Ben Nadel experiments with passing rulesets to mixins in the Less CSS precompiler by applying a ruleset to each item in a list...
Read more >
Passing rulesets to mixins | Less Web Development Cookbook
Since Version 1.7, Less allows you to pass complete rulesets as an argument for mixins. Rulesets, including the Less code, can be assigned...
Read more >
LESS combine ruleset into two with different variables
The problem is that the @left variable is always set to the last value used in .directions() mixin ( right in this case)....
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