
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
laravel-elixir-postcss
Advanced tools
This Laravel Elixir extension allows you easy to compile PostCSS.
If this package helpful and save your time. Do not forget star it :)
$ npm install laravel-elixir-postcss --save-dev
elixir(function(mix) {
//app.css, *.css, **/*.css
elixir.postcss('app.css');
});
elixir(function(mix) {
mix.postcss('app.css', {
plugins:[
require('postcss-nested')
]
});
});
You can set the options using other parsers like scss
, sugarss
etc.
elixir(function(mix) {
mix.postcss('app.css', {
options: {
parser: require('postcss-scss')
},
});
});
Use parser
and plugins
.
elixir(function(mix) {
mix.postcss('app.css', {
options: {
parser: require('sugarss')
},
plugins: [
require('postcss-nested')
],
});
});
This extension accept two parameters:
Common options:
options
: See postcss common options.output
: destination's pathplugins
: postcss's plugins.srcPath
: source's directory.sourcemaps
: enable source map.watchs
: additional watch directories.{
options: {},
output : 'public/css',
plugins : [],
srcPath : 'resources/assets/postcss/',
sourcemaps: true, //default value follow `elixir.config.sourcemaps`
watchs: [],
}
Welcome PR and play it :smile:
FAQs
Laravel Elixir PostCSS Extension
We found that laravel-elixir-postcss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.