Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
amatya /
quiz1 /
node_modules /
postcss-nested /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE
1.07
KB
-rw-rw-rw-
README.md
1.91
KB
-rw-rw-rw-
index.d.ts
1.13
KB
-rw-rw-rw-
index.js
8.85
KB
-rw-rw-rw-
package.json
695
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Original definitions (@types/postcss-nested) // by Maxim Vorontsov <https://github.com/VorontsovMaxim> import { PluginCreator } from 'postcss' declare namespace nested { interface Options { /** * By default, plugin will bubble only `@media`, `@supports` and `@layer` * at-rules. Use this option to add your custom at-rules to this list. */ bubble?: string[] /** * By default, plugin will unwrap only `@font-face`, `@keyframes`, * and `@document` at-rules. You can add your custom at-rules * to this list by this option. */ unwrap?: string[] /** * By default, plugin will strip out any empty selector generated * by intermediate nesting levels. You can set this option to `true` * to preserve them. */ preserveEmpty?: boolean /** * The plugin supports the SCSS custom at-rule `@at-root` which breaks * rule blocks out of their nested position. If you want, you can choose * a new custom name for this rule in your code. */ rootRuleName?: string } type Nested = PluginCreator<Options> } declare const nested: nested.Nested export = nested
Close