https://github.com/situ2001/scoped-rem
Webpack loader that transforms rem units to be relative to a custom root font size.
https://github.com/situ2001/scoped-rem
css rem webpack webpack-loader
Last synced: about 2 months ago
JSON representation
Webpack loader that transforms rem units to be relative to a custom root font size.
- Host: GitHub
- URL: https://github.com/situ2001/scoped-rem
- Owner: situ2001
- License: mit
- Created: 2025-10-03T13:08:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T15:08:40.000Z (8 months ago)
- Last Synced: 2025-10-05T17:20:42.590Z (8 months ago)
- Topics: css, rem, webpack, webpack-loader
- Language: TypeScript
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scoped-rem
> Makes CSS rem units relative to a custom root font size.
For why these packages are created, please refer to the `Why needed` section in [scoped-rem-loader](./lib/loader).
| Package | Description |
| --------------------------------- | --------------------------------------------- |
| [scoped-rem](./lib/core) | Bundler-agnostic library for transforming CSS |
| [scoped-rem-loader](./lib/loader) | Webpack loader for `scoped-rem` |