New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hexo-mip-css

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-mip-css

在 hexo 主题中处理 MIP 的 css

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

hexo-mip-css

在 hexo 主题中处理 MIP 的 css

使用

安装

npm install --save hexo-mip-css

会把主题目录下 souce/css/**/*.css 打包成一个 <style mip-custom> 标签, 会忽略以 _ 开头的文件.

在主题模板内 <head> 标签结束前使用 mipcss() 引入.

配置

# _config.yml
mip:
    # 是否开启 css 压缩
    cssmin: true

License

MIT

Keywords

hexo

FAQs

Package last updated on 23 Sep 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