rfs
rfs copied to clipboard
✩ Automates responsive resizing ✩
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Some functions in the scss files are deprecated and will be removed next Year. So dont use lib-sass anymore and change to dart-sass. https://sass-lang.com/blog/libsass-is-deprecated Usefull Link: https://sass-lang.com/documentation/at-rules ```scss @use "sass:math";...
How do I set a minimum font size? E.g h1 max font size must be 50px. This is easy to do. But I cant find a way to set h1...
Add [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) support for the PostCSS plugin. Only downside will be this will add more dependencies.
Hopefully one day the [`min()`](https://developer.mozilla.org/en-US/docs/Web/CSS/min) function will be implemented by all major browsers and that could simplify RFS a lot. Instead of the mixin, we can make use of a...
I'm using RFS v9.0.3 with PostCSS. The `rfs()` function doesn't work when wrapped in a `calc()` function. **Input:** ```css margin-right: calc(rfs(2rem) * 2); ``` **Output:** ```css margin-right: rfs(2rem) * 2;...
How can I use React inside a JSX file with MUI library without writing CSS or SCSS but rather using JS syntax for styling?
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...
Hi. First of all, thanks for RFS. I'm curious about your thoughts on CSS Container Queries, particularly the container-relative length units (cqw, cqh, etc.). Given your expertise in responsive resizing,...
This is more a question than an "issue". I've been looking at RFS for a while now, and it seems like a great tool. I've got a project I'm working...