Less Web Development Cookbook
eBook - ePub

Less Web Development Cookbook

Bass Jobsen, Amin Meyghani

Partager le livre
  1. 394 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Less Web Development Cookbook

Bass Jobsen, Amin Meyghani

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Less Web Development Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Less Web Development Cookbook par Bass Jobsen, Amin Meyghani en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Informatik et Content-Management-Systeme. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2015
ISBN
9781783981489

Less Web Development Cookbook


Table of Contents

Less Web Development Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it

How it works

There's more

See also
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Getting to Grips with the Basics of Less
Introduction
Downloading, installing, and integrating less.js
Getting ready
How to do it

How it works

There's more

See also
Installing the lessc compiler with npm
Getting ready
How to do it

How it works

There's more

See also
Using less.js with Rhino
Getting ready
How to do it

How it works

There's more

Declaring variables with Less for commonly used values
Getting ready
How to do it

How it works

There's more

See also
Setting the properties of CSS styles with mixins
Getting ready
How to do it

How it works

There's more

Writing more intuitive code and making inheritance clear with nested rules
Getting ready
How to do it

How it works

There's more

See also
Creating complex relationships between properties
Getting ready
How to do it

How it works

There's more

See also
Using the built-in functions of Less
Getting ready
How to do it

How it works

There's more

See also
Using namespaces to make your code reusable and portable
Getting ready
How to do it

How it works

2. Debugging and Documenting Your Less Code
Introduction
Debugging your code with less.js
Getting ready
How to do it

How it works

There's more

See also
Using CSS source maps to debug your code
Getting ready
How to do it

How it works

There's more

See also
Using Chrome Developer Tools to debug your code
Getting ready
How to do it

How it works

There's more

See also
Commenting your code in Less
Getting ready
How to do it

How it works

There's more

See also
Building style guides with tdcss.js
Getting ready
How to do it

How it works

See also
Building style guides with StyleDocco
Getting ready
How to do it

How it works

There's more

See also
3. Using Variables and Mixins
Introduction
Deriving a set of variables from a single base variable
Getting ready
How to do it

How it works

See also
Value escaping with the ~"value" syntax
Getting ready
How to do it

How it works

There's more

See also
Using variable interpolation
Getting ready
How to do it

How it works

There's more

See also
Redeclaring variables based on lazy loading
Getting ready
How to do it

How it works

There's more

See also
Using mixins to set properties
Getting ready
How to do it

How it works

There's more

See also
Declaring a class and mixin at once
Getting ready
How to do it

How it works

There's more

See also
Using selectors inside mixins
Getting ready
How to do it

How it works

There's more

See also
Using parametric mixins
Getting ready
How to do it

How it works

There's more

See also
4. Leveraging the Less Built-in Functions
Introduction
Converting units with the convert() function
Getting ready
How to do it

How it works

There's more

See also
Using the default() function
Getting ready
How to do it

How it works

There's more

See also
Embedding images with data URIs
Getting ready
How to do it
How it works

There's more

See also
Formatting strings
Getting ready
How to do it

How it works

There's more

Replacing a text within a string
Getting ready
How to do it

How it works

There's more

See also
Working with lists
Getting ready
How to do it

How it works

There's more

Using mathematical functions
Getting ready
How to do it

How it works

There's more

See also
Using the color() function
Getting ready
How to do it

How it works

There's more

See also
Evaluating the type of a value
Getting ready
How to do it

How it works

There's more

Creating color objects with RGB values
Getting ready
How to do it

How it works

There's more

See also
Getting information about a color
Getting ready
How to do it

How it works

See also
Creating a color variant with the darken() and lighten() functions
Getting ready
How to do it

How it works

There's more

Creating overlays of two colors with Less
Getting ready
How to do it

How it works

There's more

See also
5. Extending and Referencing
Introduction
Referencing parent selectors with the & operator
Getting ready
How to do it

How it works

There's more

See also
Referencing to the parent selector more than once
Getting ready
How to do it

How it works

There's more

See also
Changing the selecting order with the & operator
Getting ready
How to do it

How it works

There's more

See also
Using extend to merge selectors
Getting ready
How to do it

How it works

There's more

Using extend in...

Table des matiĂšres