get_active_media_queries
Identify active CSS media queries and matching breakpoints for the current viewport to debug responsive design.
Instructions
Check which CSS media queries are currently active and which breakpoints match the current viewport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakpoints | No | Custom breakpoints to test (default: [320, 375, 428, 480, 640, 768, 1024, 1280, 1440, 1920]) | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |