Socket
Socket
Sign inDemoInstall

brick-less

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brick-less

Less processor for brick.js


Version published
Maintainers
1
Created
Source

brick-less

NPM version Build Status Coverage Status Dependency manager

Less processor for brick.js.

Mixins/Variables

A brick.js module can contain arbitrary files. Your index.less can import mixin/variable files in the current directory, and in modules directory.

Less PATH is set to <current module>:<module root>.

For example:

bricks/
  |-- homepage
  |     |-- index.less
  |     |-- local-mixins.less
  |
  |-- styles
        |-- mixins.less

File homepage/index.less:

// relative to current directory
@import 'local-mixins';

// relative to current directory
@import '../styles/mixins'

// relative to Brick Root, see <https://github.com/brick-js/brick.js/wiki/Quickstart#brick-root>
@import 'styles/mixins';

Keywords

FAQs

Package last updated on 11 Sep 2016

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