更新时间:2021-07-16 12:02:43
coverpage
Less Web Development Essentials
Credits
Foreword
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Improving Web Development with Less
Using CSS3 for styling your HTML
Compiling Less
Your first layout in Less
Preventing cross-browser issues with CSS resets
CSS transitions transformations and animations
Box-sizing
Server-side compiling
Summary
Chapter 2. Using Variables and Mixins
Comments
Variables
Escaping values
Mixins
Chapter 3. Nested Rules Operations and Built-in Functions
The navigation structure
Nested rules
Operating on numbers colors and variables
The & symbol
Property merging
Built-in functions
The box-shadow mixin
Chapter 4. Avoid Reinventing the Wheel
Revisiting background gradients
Testing your code
Prebuilt mixins
Integrating other techniques into your projects using Less
Chapter 5. Integrate Less in Your Own Projects
Importing CSS into Less
Migrating your project
Media queries and responsive design
Using grids in your designs and work flow
Building your project with a responsive grid
Using the grid mixins to build a semantic layout
Extending your grids
Chapter 6. Bootstrap 3 WordPress and Other Applications
Bootstrap 3
Semantic UI – another Less framework
Other frameworks to build your grid with Less
WordPress and Less
Alternative compilers for compiling your Less code
Index