| Server IP : 165.22.154.248 / Your IP : 216.73.217.150 [ Web Server : Apache/2.4.29 (Ubuntu) System : Linux droplet-integra 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 7.2.24-0ubuntu0.18.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/data-avanza.bak.old1584234/filedir/8a/5c/ |
Upload File : |
// Sass project settings, you can edit it and set custom settings.
{
// The mappings of source directory and output directory
"mappings": [
{
"src": "scss",
"dest": "css"
}
],
// Add the ignore rules that Koala will not search them.
// e.g. ["*.json", "*.txt", "test", "path/libs"]
"ignores": ["*.css"],
// Compile options of Sass.
"options": {
// Output style. Can be nested (default), compact, compressed, or expanded.
"outputStyle": "compressed",
// Emit comments in the generated CSS indicating the corresponding source line.
"lineComments": false,
// Emit extra information in the generated CSS that can be used by the FireSass Firebug plugin.
"debugInfo": false,
// Create sourcemap files next to the generated CSS files
"sourceMap": false,
// Use Unix-style newlines in written files.
"unixNewlines": false,
// auto add vendor prefixes to rules
"autoprefix": true,
"autoprefixConfig" : "> 1%, last 2 versions, Firefox ESR, Opera 12.1"
},
// Other compile options, use the full name of options.
// e.g, ["--scss", ... ,"--no-cache"].
// Run the command 'sass -h' to see more options.
"customOptions": [],
// An array of filesystem paths or importers which should be searched for Sass templates imported with the @import directive.
"includePaths": [],
// A array of ruby libraries, require them before running Sass.
"requireLibs": []
}