Socket
Socket
Sign inDemoInstall

less-plugin-load-json

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    less-plugin-load-json

Load variables from a JSON file


Version published
Weekly downloads
1
Maintainers
1
Install size
3.74 kB
Created
Weekly downloads
 

Readme

Source

less-plugin-load-json

Loads variables from JS / JSON files and makes the available to your LESS file.

Example

module.exports = {
  myColor: 'red'
}
@import "values.js";

body {
  color: @myColor;
}

Notes

  • Only string and number types are supported. No nested objects.

Bugs

There are likely plenty, please file some.

Changelog

  • 0.1.2: Protect against invalid JS/JSON files. Add tests.
  • 0.1.1: Remove unused dependency.
  • 0.1.0: Actually return a class, in order to work with webpack.
  • 0.0.1: First version, kinda works.

Keywords

FAQs

Last updated on 07 Nov 2015

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc