T
T
trenrnd2017-03-18 23:35:16
css
trenrnd, 2017-03-18 23:35:16

What are the tools that can render CSS for the visible part of the site?

Good day. Can you please tell me what tools are there that can render CSS into a separate file for the visible part of the site (the first screen)? I usually do it with my hands, but now I used Bootstrap, so there is no desire to dig there. Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ro37A, 2017-03-18
@trenrnd

Purifycss
Works with Gulp, Grunt, Webpack. Can be run from console:

$ purifycss
usage: purifycss <css> <content> [option ...]

options:
 --min                Minify CSS
 --out [filepath]     Filepath to write purified CSS to
 --info               Logs info on how much CSS was removed
 --rejected           Logs the CSS rules that were removed

 -h, --help           Prints help (this message) and exits

T
tema_sun, 2017-03-18
@tema_sun

Look at the pagespeed module. https://developers.google.com/speed/pagespeed/module/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question