infima icon indicating copy to clipboard operation
infima copied to clipboard

A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website

Results 27 infima issues
Sort by recently updated
recently updated
newest added

Currently, when attempting to open the [clickable dropdowns](https://infima.dev/docs/components/dropdown#clickable), no dropdown appears.

I have customized theme where I re-defined root variables for primary/warning/danger/etc to match my colors scheming. The new variables as used in blockquote (and admonitions, separate but related to this...

Hi, I'm a very happy user of Docusaurus v2 and Infima (via the classic Docusaurus theme). Unfortunately the default theme colors, including the link text color and the background colors...

Hello! I would like to use different grid layouts depending on breakpoints, like "col-sm-4 col-md-2". Is it possible? If not, is it on the roadmap?

Can we have a way to control the rounding of the buttons, badge and pills. Say I want the left of right edge square and the other rounded or both...

tabs: active tab is missaligned with non active tab ![image](https://user-images.githubusercontent.com/625469/111475942-e4fd0f80-872d-11eb-8c1a-814f854b1b19.png)

I would like to ask if there is a roadmap for this *framework*? If there a way I could contribute? For the past four years I have been working on...

See https://css-tricks.com/optimizing-large-scale-displays/ @yangshun WDYT?

Zero-valued variables should always include a unit to be compatible with `min/max/calc` functions. Ex. `--ifm-footer-padding-horizontal: 0` set in a default media-query will not work atm. Overriding to `0px` fixes it.