Cargando…

Mastering Sass.

Create interactive and responsive cross-browser apps with SASS and CompassAbout This Book Create data-intensive, highly scalable apps using Sass and COMPASS Master the concepts of Sass and COMPASS and unleash your potential to develop enterprise-grade apps This book is an experts' guide on leve...

Descripción completa

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

MARC

LEADER 00000cam a22000007a 4500
001 EBOOKCENTRAL_ocn957655760
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 160902s2016 xx o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d YDX  |d NLE  |d OCLCO  |d COO  |d OCLCQ  |d OCLCF  |d FEM  |d EBLCP  |d MERUC  |d OCLCQ  |d VT2  |d REB  |d OCLCQ  |d UOK  |d OCLCQ  |d WYU  |d LVT  |d UKAHL  |d OCLCQ  |d UKMGB  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBB6B5184  |2 bnb 
016 7 |a 017979036  |2 Uk 
019 |a 957739254  |a 958084294  |a 959329060  |a 963346446  |a 964843471  |a 968115482  |a 969047267 
020 |a 1785889575  |q (ebk) 
020 |a 9781785889578 
020 |a 1785883364 
020 |a 9781785883361 
020 |z 1785883364 
020 |z 9781785883361 
024 3 |a 9781785883361 
029 1 |a AU@  |b 000067104937 
029 1 |a AU@  |b 000072394669 
029 1 |a CHNEW  |b 000952871 
029 1 |a CHVBK  |b 484639056 
029 1 |a UKMGB  |b 017979036 
035 |a (OCoLC)957655760  |z (OCoLC)957739254  |z (OCoLC)958084294  |z (OCoLC)959329060  |z (OCoLC)963346446  |z (OCoLC)964843471  |z (OCoLC)968115482  |z (OCoLC)969047267 
037 |a 951022  |b MIL 
050 4 |a T55.4-60.8 
082 0 4 |a 006.7  |2 23 
049 |a UAMI 
100 1 |a Watts, Luke. 
245 1 0 |a Mastering Sass. 
250 |a 1. 
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 
588 0 |a Print version record. 
520 8 |a Create interactive and responsive cross-browser apps with SASS and CompassAbout This Book Create data-intensive, highly scalable apps using Sass and COMPASS Master the concepts of Sass and COMPASS and unleash your potential to develop enterprise-grade apps This book is an experts' guide on leveraging Sass and COMPASS featuresWho This Book Is ForThis book is aimed at those who know CSS3 and HTML5 quite well and who've built a few small-to-medium-sized websites from scratch using Sass and Compass. What You Will Learn Master Sass and Compass features Familiarize yourself with CSS and HTML concepts that are vital for a good Sass workflow. Build real-world websites focusing on layouts and content aspects Work on a grid system using Compass and Susy Automate your workflow with Gulp Write functions and mixins to leverage the control flowIn DetailCSS and Sass add elegance and excellence to the basic language, and consist of a CSS-compatible syntax that allows you to use variables, nested rules, mixins, inline imports, and much more. This book will start with an overview of the features in Sass and Compass, most of which you'll already be familiar; however, this will ensure you know what's expected as the book goes deeper into Sass and Compass. Next you will learn CSS and HTML concepts that are vital to a good Sass workflow. After all, Sass exists to simplify writing CSS, but it won't teach you how to make clean, scalable, reusable CSS. For that, you need to understand some basic concepts of OOCSS, SMACCS, and Atomic Design. Once you've brushed up on the important concepts, it's time to write some Sass. Mainly you'll write a few functions and mixins that really leverage control flow using @if / @else loops and you'll learn how to figure out when and why things are going wrong before they bring you to a stop. Moving further, you'll learn how to use @debug, @warn and @error to properly handle errors. You'll also learn about Gulp and how to use it to automate your workflow and reduce your repetitive tasks. And finally you'll learn about sourcemaps. With sourcemaps, you'll be able to write, debug, and view your Sass and Compass all from within the browser. It'll even LiveReload too!As a bonus, you'll take a look at that funky Flexbox, currently all the rage! You'll learn how powerful and flexible it really is, and how you can use it with Compass. Best of all, it falls back very gracefully indeed! In fact, you'll be able to apply it to any existing project without having to change a line of the original CSS. Style and approach This book will provide readers with practical, actionable expertise to enhance their knowledge. 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Requirements; Ruby, Sass, and Compass; Ruby; Ruby installer for Windows; Updating Ruby for Windows; Updating Ruby for Mac; Sass and Compass; Node and NPM; HTML5; HTML; CSS; Programming; The command line; Windows and Unix users; Windows; Unix (Mac and Linux); You know your command line; Summary; Chapter 2: Sass -- The Road to Better CSS; A bit of sassy reminiscing; Setting up our project; Sass; C'mon, where's the Sass already?!; Command line options in Sass. 
505 8 |a Watching files and directoriesCompile files and folders; Force Sass to compile; CSS output style; Sourcemaps; On the right heading!; A better If; Our heading sizes mixin; Three things you should know about lists; Heading line heights; But wait, there's more ... ; Allowing for different font families for each heading; Remove repetition; Error handling and type validation; Data types in Sass; @error; @debug; @warn; Bonus round; Summary; Chapter 3: Compass -- Navigating with Compass; Setting up a Compass project; Typography with Compass; What is vertical rhythm?; Vertical rhythm for images. 
505 8 |a A few things you need to knowBreakpoints and media queries; Aspect ratio; Sizing our headings; CodePen or SassMeister; Getting setup; CSS3, Compass, and Vendor prefixes; CSS regions; Columns; Transforms; Animations; Lists; Floating is a hack; Tag clouds; Sticky footer, stretching, and sprites; Compass and the future; Summary; Chapter 4: CSS and HTML -- SMACSS, OOCSS and Semantics; The good and the bad of CSS grids; Semantics; Naming conventions; OOCSS -- Object-Oriented CSS; Separation of structure from skin; Separating container from content; Atomic Design; SMACSS; Base; Layout; Modules; State. 
505 8 |a ThemeWhy aren't you using HSL?; A look at hue, saturation, and lightness; Don't use Photoshop to get HSL values; reset.css versus normalize.css; reset.css; normalize.css; sanitize.css; Make your own; Summary; Chapter 5: Advanced Sass; Variables;!default; Variable scope; Local scope;!global flag; Variable scope in functions; Deeply nested variable scope; Making arrows in Sass; Come back,!important, all is forgiven; @content directive; Using @content for media queries; Maps; Summary; Chapter 6: Gulp -- Automating Tasks for a Faster Workflow; Setting up our project. 
505 8 |a Creating our folder and filesWhy Gulp and not Grunt?; Node and npm; Node.js, node-sass, and fileWatch; Watching for changes and writing to a file; Setting up Gulp; Gulp watch; BrowserSync; Summary; Chapter 7: Sourcemaps -- Editing and Saving in the Browser; What are source maps and why should you care?; Setting up Source Maps in Firefox; Minor Gulp, Source Maps and BrowserSync issue; Setting up Source Maps in Chrome; Summary; Chapter 8: Building a Content-Rich Website Components; Setting up our project; Gulp; Adding jQuery; Helpers; Function -- get; Mixin -- hover links; Mixin -- bp (breakpoint). 
505 8 |a Mixin -- media (based on the OOCSS media component). 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Cascading style sheets. 
650 6 |a Feuilles de style en cascade. 
650 7 |a Cascading style sheets  |2 fast 
758 |i has work:  |a Mastering Sass (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD3BGrH3bcQTxDJPKdPYfpX  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Watts, Luke.  |t Mastering Sass.  |b 1.  |d Packt Publishing, 2016  |z 1785883364  |z 9781785883361  |w (OCoLC)951032431 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4660918  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31380851 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4660918 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34646637 
938 |a YBP Library Services  |b YANK  |n 13147878 
994 |a 92  |b IZTAP