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

hexo-renderer-yasr

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-renderer-yasr

A Stylus CSS renderer for Hexo that uses Nib, Axis, Rupture, Jeet and Autoprefixer.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

Yeat Another Stylus Renderer

A Stylus renderer for Hexo that uses Nib, Axis, Rupture, Jeet and Autoprefixer.

Although Hexo does come with it's own Stylus renderer — hexo-renderer-stylus — it only includes Nib support. If you're looking for some extra functionality, hexo-renderer-yasr is the stylus renderer you want.

Installation

Check to see if you have installed hexo-renderer-stylus (check inside the node-modules directory, but don't delete it.). If you have it installed run:

$ npm uninstall hexo-renderer-stylus --save

After you've removed the default renderer, or if you never installed it in the first place, run:

$ npm i hexo-renderer-yasr --save

Configuration

Place the following code inside your _config.yml.

#   YASR - Hexo Renderer Configuration
yasr:
  compressed: true

SourceMaps

Nib breaks the SourceMap feature of Stylus, but this will be solved in the future (wainting for the bugfix to ship).

Keywords

FAQs

Package last updated on 12 Jan 2015

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