Cargando…

Mastering PostCSS for Web Design.

Explore the power of PostCSS to write highly performing, modular, and modern CSS code for your web pagesAbout This Book Incorporate cutting-edge styles in your web pages with PostCSS Simplify the process of writing CSS to a great extent using PostCSS shortcuts, fallbacks, and pack plugins This in-de...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Libby, Alex (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a22000007 4500
001 EBOOKCENTRAL_ocn969033687
003 OCoLC
005 20240329122006.0
006 m o d
007 tz
008 160630s2016 xx o 000 0 eng d
040 |a FEM  |b eng  |e pn  |c FEM  |d OCLCQ  |d EBLCP  |d MERUC  |d IDB  |d OCLCQ  |d COO  |d VT2  |d B@L  |d DEBBG  |d REB  |d UOK  |d WYU  |d OCLCQ  |d LVT  |d OCLCO  |d OCLCF  |d UKAHL  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 968048091  |a 974582548 
020 |a 9781785885556  |q (electronic bk.) 
020 |a 1785885553 
020 |a 9781785885891 
020 |a 1785885898 
024 3 |a 9781785885891 
029 1 |a AU@  |b 000072394444 
035 |a (OCoLC)969033687  |z (OCoLC)968048091  |z (OCoLC)974582548 
037 |a 9164257024995631495  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a TK5105.888  |b .L53 2016eb 
082 0 4 |a 005.72 
049 |a UAMI 
100 1 |a Libby, Alex,  |e author. 
245 1 0 |a Mastering PostCSS for Web Design. 
260 |b Packt Publishing  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
520 |a Explore the power of PostCSS to write highly performing, modular, and modern CSS code for your web pagesAbout This Book Incorporate cutting-edge styles in your web pages with PostCSS Simplify the process of writing CSS to a great extent using PostCSS shortcuts, fallbacks, and pack plugins This in-depth, step-by-step guide will help you master PostCSS, to create amazing and responsive web designsWho This Book Is For This book is ideal for web developers and designers who are comfortable with HTML5 and CSS and now want to master PostCSS for web design. Web designers who have been using SASS or Less and now want to adopt PostCSS would also find this book useful. What You Will Learn Add mixin and variable support to PostCSS along with conditional support Explore the different ways of nesting code such as BEM and standard nesting within PostCSS Optimize media queries built with PostCSS to get the best performance Add dynamic styling elements such as images, fonts, grids, and SVG and retina support using existing preprocessors as well as PostCSS Get familiar with using plugins, and extend PostCSS with the API Build a fully working custom preprocessor and test it on different sites such as WordPress Write a custom syntax in PostCSS while still using pre-built syntaxes such as Less, SASS, or Stylus Provide support for future CSS such as CSS4 using current CSS3 classesIn Detail PostCSS is a tool that has quickly emerged as the future of existing preprocessors such as SASS and Less, mainly because of its power, speed, and ease of use. This comprehensive guide offers in-depth guidance on incorporating cutting-edge styles into your web page and at the same time maintaining the performance and maintainability of your code. The book will show how you can take advantage of PostCSS to simplify the entire process of stylesheet authoring. It covers various techniques to add dynamic and modern styling features to your web pages. As the book progresses, you will learn how to make CSS code more maintainable by taking advantage of the modular architecture of PostCSS. By the end of this book, you would have mastered the art of adding modern CSS effects to web pages by authoring high performing, maintainable stylesheets. Style and approach This comprehensive book provides in-depth guidance on how to build a PostCSS powered responsive site from scratch. Following a step-by-step approach, you will learn how to add modern styles to web pages. It also contains several tips and best practices on how you can optimize your sites by writing high performing code in PostCSS. 
588 0 |a Vendor-supplied metadata. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing PostCSS; Discovering the art of processing; Introducing PostCSS; Exploring the benefits of using PostCSS; Considering some of the pitfalls; Clearing up some misconceptions; Preparing for exercises in this book; Setting up a development environment; Installing PostCSS; Creating a simple example using PostCSS; Adding source map support; Creating minified style sheets; Altering to compile automatically; Linting code using plugins; Exploring how PostCSS works. 
505 8 |a Making the move from SASSSummary; Chapter 2: Creating Variables and Mixins; Introducing variables and mixins; Setting up SASS; Creating a hover effect example; Using LESS CSS as an alternative; Transitioning to using PostCSS; Adding variable support to PostCSS; Updating our hover effect demo; Taking it a step further; Setting the order of plugins; Creating mixins with PostCSS; Updating our hover effect demo; Comparing PostCSS to standard processors; Looping content with PostCSS; Iterating through @each statements; Switching to using PostCSS; Summary; Chapter 3: Nesting Rules. 
505 8 |a Introducing nestingNavigating through pages; Preparing our demo; Converting from existing processors; Transitioning to using PostCSS plugins; Converting our demo to PostCSS; Compiling our code; Exploring the pitfalls of nesting; Taking a better approach; Reconsidering our code; Updating our code; Making the switch to BEM; Creating simple message boxes; Compiling and linting our code; Installing BEM support; Exploring our changes in more detail; Fixing our errors; Summary; Chapter 4: Building Media Queries; Revisiting media queries; Exploring custom media queries in PostCSS. 
505 8 |a Beginning with plain CSSAltering our demo to use PostCSS; Making images responsive; Making an image responsive with PostCSS; Implementing responsive capabilities to images; Adding support for retina images; Taking the next steps; Exploring other media possibilities; Adding responsive text support; Optimizing media queries; Retrofitting support for older browsers; Moving away from responsive design; Taking things further with CSS4; Summary; Chapter 5: Managing Colors, Images, and Fonts; Adding color, fonts, and media to sites; Maintaining asset links; Automating links to assets. 
505 8 |a Managing fonts with PostCSSCreating image sprites; Demo -- creating a credit card icon bar; Working with SVG in PostCSS; Altering icon images using PostCSS; Exploring the results in more detail; Considering alternative options; Adding support for WebP images; Switching WebP images in and out; Viewing the differences in file sizes; Manipulating colors and color palettes; Displaying and mixing colors using palettes; Dissecting our demo in more detail; Creating color functions with PostCSS; Adjusting colors using functions; Dissecting our demo; Creating colors with PostCSS filters. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Web sites  |x Design. 
650 6 |a Sites Web  |x Conception. 
650 7 |a Web sites  |x Design  |2 fast 
655 4 |a Programming Languages; Web Design. 
758 |i has work:  |a Mastering PostCSS for web design (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCG4pjfvHpRBJmpHJcgTHyd  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Libby, Alex.  |t Mastering PostCSS for Web Design.  |d Birmingham : Packt Publishing, ©2016 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4594264  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30656458 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4594264 
994 |a 92  |b IZTAP