1.1.10 • Published 9 years ago

brick-less v1.1.10

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

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';
1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago