@rubakas/media-responsum

1.0.4 • Public • Published

@rubakas/media-responsum

Responsive breakpoints per device form-factor

Install the plugin from npm:

$ npm install @rubakas/media-responsum

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // be sure to not override screens
  },
  
  plugins: [
    // ...
    require('@rubakas/media-responsum'),
    // ...
  ],
};

This plugin will generate following responsive breakpoints for TailwindCSS: tablet, laptop, desktop, desktop-4k

License

@rubakas/media-responsum is licensed under the MIT License.

Credits

Created with create-tailwind-plugin.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    78
    • latest

Version History

Package Sidebar

Install

npm i @rubakas/media-responsum

Weekly Downloads

193

Version

1.0.4

License

MIT

Unpacked Size

7.5 kB

Total Files

10

Last publish

Collaborators

  • andriytyurnikov