father-plugin-less
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

father-plugin-less logo


npm package node compatibility discord chat


father-plugin-less

Usage

# npm
$ npm i father-plugin-less -D
# yarn
$ yarn add father-plugin-less -D
# pnpm
$ pnpm add father-plugin-less -D

Configure

configure it in father config file .fatherrc.ts:

// use father-plugin-less defineConfig instand father export
import { defineConfig } from 'father-plugin-less';

export defineConfig({
  lessInBabel: LessInBabelOptions
});

Options

custom config for less compiler. more config see

import { defineConfig } from 'father-plugin-less';

export defineConfig({
  lessInBabel: {
    modifyVars: {

    }
    // ...
  }
});

to learn more, see

Contribution

See Contributing Guide.

License

MIT.

Sponsoring

Package Sidebar

Install

npm i father-plugin-less

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

12.7 kB

Total Files

11

Last publish

Collaborators

  • innocces