@rubakas/media-responsum

1.0.1 • 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.

Package Sidebar

Install

npm i @rubakas/media-responsum

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

8.33 kB

Total Files

10

Last publish

Collaborators

  • andriytyurnikov