1.1.10 • Published 8 years ago

brick-less v1.1.10

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago