An open API service indexing awesome lists of open source software.

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.

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` |