0.0.2 • Published 12 months ago

father-plugin-less v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

0.0.2

12 months ago

0.0.1

12 months ago