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.

order-6 and above

See original GitHub issue

Prerequisites

Proposal

I used .order-1 and similar classes before this time, but only with 2-3 elements to change orders. In my actual project I tried to reorder 6 different blocks and after a little investigation I realized there isn’t .order-6 class, and there isn’t .order-7 etc.

I want to do this:

XS screen:

+---+
| B |
| A |
| E |
| D |
| F |
| C |
+---+

SM-LG screens:

+---+---+
| B | A |
| F | C |
| D | E |
+---+---+

XL+ screens:

+---+---+---+
| A | B | C |
| D | E | F |
+---+---+---+

Because we don’t have .order-6 class (and .order-7, etc) it’s very complicated to do this reordering and I run’s into some property overwriting issues if I try to add custom classes.

Motivation and context

It sounds very illogical to me if we using 12 columns but can order only 5 cols. I understand there is only from p-0 to p-5 and m-0 to m-5 etc, but the ordering isn’t based this 0-5 logic. Most based on columns what is based on number 12.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DanielUPedersen1commented, Aug 9, 2022

Hello, Daniel here. If i may, then i’ve had similar project’s as Netdjw says. I’ve had in my case before where i needed up to 10 of the “.orders-” classes - isn’t it possible to change this somehow in later updates? (asking because i know you have a 12-grid-block system, but would be nicer to have the option to somehow change this on your own if possible in future, in this case you can release your version of .order-(1-5) and at the same time, users will be able to add more?)

0reactions
netdjwcommented, Oct 3, 2022

After all you’re right. Folks can easily customize anything. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Groups of Order 6 - ProofWiki
Theorem. There exist exactly 2 groups of order 6, up to isomorphism: C6, the cyclic group of order 6. S3, the symmetric group...
Read more >
Dihedral group of order 6 - Wikipedia
In mathematics, D3 is the dihedral group of degree 3, or, in other words, the dihedral group ... (The generators a and b...
Read more >
Elements of Order 6 in a simple group of order 168
Are there alternative ways to deduce the nonexistence of elements of order 6 than the ones listed above? Any help would be appreciated....
Read more >
Groups of order 6 - YouTube
In this video, we prove that there are only 2 groups of order 6. If the group group of order 6 is abelian...
Read more >
Rule 6. The Grand Jury | Federal Rules of Criminal Procedure
When the public interest so requires, the court must order that one or more grand juries be summoned. A grand jury must have...
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