Book Image

LESS WEB DEVELOPMENT COOKBOOK

Book Image

LESS WEB DEVELOPMENT COOKBOOK

Overview of this book

Table of Contents (19 chapters)
Less Web Development Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, you will learn how to use the Less built-in functions. Less provides you many built-in functions, which enable you to perform instant mathematical and color operations to set your CSS property's values. From the Using the built-in functions of Less recipe in Chapter 1, Getting to Grips with the Basics of Less, you can learn that the built-in functions are grouped based on their return (and input) type. The Less built-in functions work just like the functions in function programming. The built-in functions return a computed value to its caller based on the function arguments set by the caller.