responsive
Here are 2,304 public repositories matching this topic...
The guide states Node.js >=8 but 10.9 is required.
You are running version v8.10.0 of Node.js, which is not supported by Angular CLI 8.0+.
The official Node.js version that is supported is 10.9 or greater.
-
Updated
Oct 20, 2019 - JavaScript
Glad we have the tag, but would be even better if it could by default apply ‌ after the text. More about this hack here:
https://litmus.com/blog/the-little-known-preview-text-hack-you-may-want-to-use-in-every-email
-
Updated
Jan 14, 2020 - HTML
I am looking into variants and i feel like its a bit confusing which is the old api and which is the new one?
I feel like I should just be able to drop the variant function onto a component and give it scale="accents" and then if I pass variant="info" then it should look in the theme object for accents and pull the info key inside that yet it doesn't do that unless I write `variants: {
Bug Report
What is the expected behavior?
Bug report starter stack blitz is currently broken.
What is the current behavior?
The provided stack blitz starter link for bug reports is broken with a 404 link. Not sure if this is stackblitz or an issue with how the nightly build is linked.
The stackblitz link from issue templates(template uses the goo.gl shortlink).
https:
Thanks for the nice examples of usage of this awesome tool on
https://github.com/marcj/css-element-queries and
https://marcj.github.io/css-element-queries/
Would be perfect to see two more examples/ documentation of best practise:
- change/switch of content when elements reaching a specific width
example for usecase: caption/legend of an image: short one for width<600px, long one for wi
-
Updated
Dec 10, 2017 - JavaScript
-
Updated
Jan 28, 2020 - CSS
-
Updated
Jan 30, 2020 - JavaScript
-
Updated
Jan 21, 2020 - CSS
-
Updated
Feb 17, 2020 - JavaScript
Your Travis build configuration is outdated; Python 3.2 should be removed.
While building PyYAML wheel: #error Cython requires Python 2.6+ or Python 3.3+.
-
Updated
Aug 6, 2019 - JavaScript
I see it in the types and the code itself, but no mention in the docs. Would you like a PR?
As per this issue, beginners or people who aren't that sharp on JS are stumbling on that step.
Why not update the Usage to say "Initialize the script when the DOM is ready, e.g."
<script> window.addEventListener('load', function() { baguetteBox.run('.gallery'); }); </script>
I bring this up because I teach for a web development
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Feb 13, 2020 - CSS
-
Updated
Feb 20, 2019 - JavaScript
The Redux React pattern is IMO the most logical, sane, and extremely simple to understand pattern for store management in applications. I think we could do very good by standardizing on this pattern -- and likewise on a single dispatcher package in the Vecty root -- instead of asking people to decide and write their own dispatcher.
This means that peopl
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Jul 16, 2019 - HTML
Improve this page
Add a description, image, and links to the responsive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the responsive topic, visit your repo's landing page and select "manage topics."

Basically, the same thing than that: https://tailwindcss.com/docs/max-width/#app
But for height.
I might add it on a tailwindcss config file, but I'm working on an open-source svelte library based on Tailwind, and I would keep the strict default config to be flexible.
This will be useful to set the max height of a dropdown. Currently, I have to do this: