-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2-nd lost-waffle's argument's adding feature #423
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.
|
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! |
Closing for now but poke if you want to circle back on this. |
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