media-query-generator
v1.0.3
Published
Generate Media Queries for mobile and tablet
Downloads
8
Maintainers
Readme
Media Query Generator
Media Query Generator is a tool that helps you automatically generate media queries for all devices from your CSS files. This package includes a CLI (Command Line Interface) to easily specify your input and output files.
Features
- Small size and no dependencies
- Generate media queries for devices
- Simple CLI for easy integration
- Supports custom input and output CSS files
Installation
To install the package, use npm:
npm install media-query-generator
Usage
You can use the CLI to specify the input CSS file and the output file where the media queries should be generated.
Command Line Interface
media-query-generator <input.css> <output.css>