primeflex icon indicating copy to clipboard operation
primeflex copied to clipboard

PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well

Results 105 primeflex issues
Sort by recently updated
recently updated
newest added

I wanted to use `max-w-50` or `max-w-6` to represent `max-width: 50%`, so I thought it would be nice if I could provide my own set of `max-width-properties`, but the `size-map`...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Also we should add followings: - border-left-color - border-left-style - border-left-width - border-right-color - border-right-style - border-right-width - border-top-color - border-top-style - border-top-width - border-bottom-color - border-bottom-style - border-bottom-width

It seems that url and text are inverted: ```md Visit [https://primeflex.org](PrimeFlex) website for demos and documentation. ``` should read ```md Visit [PrimeFlex](https://primeflex.org) website for demos and documentation. ```

![image](https://github.com/primefaces/primeflex/assets/46190541/20ed393a-6943-44c8-8bfd-487e0eeceb2d)

Using the latest version of Primeflex in a Vue project, but I can't seem to override `$gutter` in grid. Importing `import 'primeflex/primeflex.scss'`-- I've seen that this has been an issue...

As there are ``` translate-x-100 translate-x-0 ... ``` please add the `-translate-x-50` and related classes as well. At the moment, I need to be able to translate -50% on large...

Looks like there are currently 2 white space classes: Can a third `white-space-pre` class be added that sets the following style? ``` white-space: pre; ```