Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rise8-us/tailwind-pixel-perfect-preset
A Tailwind CSS preset that replaces rem with px.
https://github.com/rise8-us/tailwind-pixel-perfect-preset
tailwind-css tailwind-plugin tailwind-plugins tailwindcss tailwindcss-plugin
Last synced: 2 months ago
JSON representation
A Tailwind CSS preset that replaces rem with px.
- Host: GitHub
- URL: https://github.com/rise8-us/tailwind-pixel-perfect-preset
- Owner: rise8-us
- Created: 2022-04-08T22:30:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T03:59:08.000Z (over 2 years ago)
- Last Synced: 2024-10-01T15:58:35.665Z (3 months ago)
- Topics: tailwind-css, tailwind-plugin, tailwind-plugins, tailwindcss, tailwindcss-plugin
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@rise8/tailwind-pixel-perfect-preset
- Size: 23.4 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailwind-pixel-perfect-preset
A Tailwind CSS preset that replaces rem with px.## Install
```shell
npm install --save-dev @rise8/tailwind-pixel-perfect-preset
# or
yarn add --dev @rise8/tailwind-pixel-perfect-preset
```Update your `tailwind.config.js` to use the preset:
```js
//cjs
module.exports = {
presets: [
require('@rise8/tailwind-pixel-perfect-preset')
],
// ...
}
```
```js
//esm
import tailwindPixelPerfectPreset from '@rise8/tailwind-pixel-perfect-preset'export default {
presets: [
tailwindPixelPerfectPreset
],
// ...
}
```## Careers
Explore new opportunities with [Rise8](https://rise8.us/careers/).