Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bone-act-base64

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bone-act-base64

base64 image for bone

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bone-act-base64

NPM version NPM downloads

bone的sass处理器

安装及使用

通过npm安装

$ npm install bone-act-base64

安装后在bonefine.js文件内通过act()加载

var bone = require('bone');
var base64 = require('bone-act-base64');

bone.dest('dist').src('~/src/css/*.css').act(base64);

传递参数的调用方法

bone.dest('dist').src('~/src/css/*.css').act(base64({
    maxSize: 10
}));

bone-act-base64是将postcss-url中间件包装成bone可用的处理器,参数查询参考postcss-url

其他

处理器开发以及使用请参考处理器

FAQs

Package last updated on 16 Jul 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc