1.0.4 • Published 10 months ago

@rubakas/media-responsum v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@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.

1.0.2

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago