Book Image

Learning less.js

Book Image

Learning less.js

Overview of this book

Table of Contents (22 chapters)
Learning Less.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Reporting bugs in the library


No, this isn't an excuse to go swatting every insect you find (pardon the pun), but an opportunity to ask for help if you come across an issue or bug that you find in Less.

The Less team welcome any reports of bugs, which once fixed can help improve the code; the following guidelines are worth noting:

  • Use the GitHub issue search facility: Check whether the issue has already been reported by others; it is not worth duplicating the effort, but you might like to add your voice to the existing issue log to help prioritize the issue.

  • Check whether the issue has been fixed: Try to reproduce it using the latest master or development branch downloads, which are usually available in the repository.

  • Isolate the problem: Create a reduced test case and a live example; Chris Coyier has a useful article at http://css-tricks.com/reduced-test-cases/ on how to produce such a test case.

The key to a good report is providing enough information for others to work on, without going...