Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

josa42/atom-linter-less

Repository files navigation

linter-less

Test Plugin installs! Package version! Project: Not maintained

This plugin for Linter provides an interface to less.


Note: the repository is not maintained. If you would like to take over, please open an issue!


Configuration

  • Ignore undefined global variables: Ignore variables marked as global e.g. // global: @fontSize
  • Ignore undefined variables
  • Ignore undefined mixins
  • IE Compatibility Checks
  • Strict Math: Turn on or off strict math, where in strict mode, math requires brackets.
  • Strict Units: Disallow mixed units, e.g. 1px+1em or 1px*1px which have units that cannot be represented.
  • Ignore .lessrc configutation file

See also: lesscss.org.

Configuration File (.lessrc)

{
  "paths": [],
  "ieCompat": true,
  "strictUnits": false
}

About

Linter plug in for Less in the Atom text editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published