An open API service indexing awesome lists of open source software.

https://github.com/dasx10/lezy-css

Splitting media queries and lazy loading in parts from a viewport
https://github.com/dasx10/lezy-css

css desctop front-end lazy lazy-load load media mobile mq optimisation query responsive retina split web

Last synced: 8 days ago
JSON representation

Splitting media queries and lazy loading in parts from a viewport

Awesome Lists containing this project

README

          

# lezy-css
Splitting media queries and lazy loading in parts from a viewport

We strongly recommend that you take a critical css approach and then use lazy loading of the styles that the console will prompt you.

This approach also works very well with http2.

Which sometimes allows you to achieve an increase in the rendering speed of more than 2 times.
## install
```
npm i lezy-css
```

## use

example

Create file and write operation
```
const lezyCss = require('lezy-css');

lezyCss('style.css','./dist');
```

params
```
first - input file
second - output result
```

Then a split style folder will be created. Console will tell you how to use it.

If an error occurred while uploading files, pay attention to the paths.