Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.128.223
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
cssnano /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
node_modules
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
CHANGELOG.md
11.57
KB
-rw-r--r--
2017-01-03 22:22
LICENSE-MIT
1.07
KB
-rw-r--r--
2015-12-05 15:59
README.md
2.39
KB
-rw-r--r--
2016-11-25 21:24
package.json
4.44
KB
-rw-r--r--
2021-02-04 21:24
quickstart.js
654
B
-rw-r--r--
2017-01-02 16:41
Save
Rename
/* * This example targets Node 4 and up. */ const cssnano = require('cssnano'); /* * Add your CSS code here. */ const css = ` h1 { color: #ff0000; font-weight: bold; } `; /* * Add your configuration here; see http://cssnano.co/options/ and * http://cssnano.co/optimisations/ for more details. * * For example you can turn off z-index rebasing by setting `zindex: false` * in your config, or you can use `safe: true` which will turn off unsafe * optimisations. */ const opts = { }; /* * Compress the CSS asynchronously and log it to the console. */ cssnano.process(css, opts).then(result => { console.log(result.css); });