reflex icon indicating copy to clipboard operation
reflex copied to clipboard

responsive flexbox grid with inline-block legacy support

Results 2 reflex issues
Sort by recently updated
recently updated
newest added

Hi, reflex-grid/scss/includes/_mixins.scss uses a slash for division calculations. percentage(($index / $reflex-columns)) This will be deprecated in SCSS in the future Please use: math.div($index, $reflex-columns) See: https://sass-lang.com/documentation/breaking-changes/slash-div

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies