Petr Cibulka

Results 29 comments of Petr Cibulka

OK, I have absolute path to `plugin-1` etc. stored in another config variable, so for now, I prepend it manually to each `dep.globs` like this: ``` manifest.forEachDependency('css', function(dep) { for...

Weirdly enough, I've just noticed, that the absolute path to my `plugin-1` get prepended by Asset Builder for my Bower files, but not my main files. ``` console.log(dep.name) // outputs...

Sounds cool! I will stay tuned - however my current "fix" works, so no pressure. :)

I very much second @howlingmad on 1) keeping duplicated declarations inside MQs but 2) marking them somehow differently in the ouput. Is there any chance you might consider to incorporate...

@borela Unfortunately that does not help. I renamed the file `/Users//Library/Application Support/Sublime Text 3/Packages/Naomi/syntaxes\naomi.php7.sublime-syntax` to `/Users//Library/Application Support/Sublime Text 3/Packages/Naomi/syntaxes naomi.php7.sublime-syntax.disabled`, restarted Sublime text and error persists: `Error loading syntax file...

Any updates on this issue? The problem persists for me.

Because `step` and `minDistance` are two different things. With `minDistance = 2` you can still have values `[2, 4.5]`, which would require `step = 0.5`.

Yes, `maxDistance` would be nice as well! When I was considering doing the PR I went through you code, and I thought that the place for the addition was `utils/normalizeValue`...

As this package seems to be abandonned (last commit in March, no replies in the issue forum), I've decided to move to the native `position: sticky` for most of my...

Any news on this? Thank you!