Skip to content
#

responsive

Here are 2,304 public repositories matching this topic...

tailwindcss
soullivaneuh
soullivaneuh commented Feb 9, 2020

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:

.list {
  max-height: 1
styled-system
The-Code-Monkey
The-Code-Monkey commented Feb 18, 2020

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: {

epelc
epelc commented Sep 24, 2019

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:

hpvd
hpvd commented Mar 4, 2018

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:

  1. 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
rickibarnes
rickibarnes commented May 3, 2019

feimosi/baguetteBox.js#156

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

Improve this page

Add a description, image, and links to the responsive topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the responsive topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.