Devices.scss - Responsive Web Design for all Devices.

0 ratings

## 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

}

}

```

I want this!
$1

Devices.scss - Responsive Web Design for all Devices.

0 ratings
I want this!