2-nd lost-waffle's argument's adding feature#423
Closed
art-kan wants to merge 11 commits intopeterramsing:masterfrom
art-kan:patch-1
Closed
2-nd lost-waffle's argument's adding feature#423art-kan wants to merge 11 commits intopeterramsing:masterfrom art-kan:patch-1
art-kan wants to merge 11 commits intopeterramsing:masterfrom
art-kan:patch-1
Conversation
```
<!-- HTML -->
<div class="parent">
<div class="child">1</div>
<div class="child">2</div>
<div class="child">3</div>
<div class="child">4</div>
</div>
```
```
/* CSS */
.child {
lost-column: 1/3 3n+1;
}
.child:first-child {
lost-offset: 1/3;
}
```
Bad implementation but it's work.
Codecov Report
@@ Coverage Diff @@
## master #423 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 19 19
Lines 701 712 +11
=====================================
+ Hits 701 712 +11
Continue to review full report at Codecov.
|
Owner
|
I'm sorry this has taken me so long to get back to. Thanks so much for taking the time to write this. Let me wrap my head around this and play with what you've got here. This could be something pretty swell. If you don't mind I'm going to create an issue for this so we can line the code up with an issue. Let's talk about the feature there and the code here, eh? Thanks again! |
Owner
|
Closing for now but poke if you want to circle back on this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change is this? (Bug Fix, Feature...)
Feature.
What is the current behavior (You can also link to an issue)
Yes.
What is the new behavior this introduces (if any)
lost-waffle: 1/3 3/1;
Where 3/1 is cycle/start
Does this introduce any breaking changes?
Likely no.
Does the PR fulfill these requirements?
Other Comments