@rubakas/media-responsum
v1.0.4
Published
Responsive breakpoints per device form-factor
Downloads
14
Maintainers
Readme
@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.