Devices.scss - Responsive Web Design for all Devices.
## Getting Started
1. Installation: Install devices.scss as a dependency in your project.
```shell
$ npm config set registry https://r.privjs.com
$ npm install devices.scss --save
```
Usage: Import the package into your SCSS files to start using the provided variables and mixins.
```scss
@use 'devices.scss';
.cat {
@include devices.desktop-md {
// Your desktop-medium styles here for cat class
}
}
```
Add to wishlist