Cargando…

Pragmatic guide to Sass /

CSS is fundamental to the web, but it's a basic language and lacks many features. Sass is just like CSS, but with a whole lot of extra power so you can get more done, more quickly. Build better web pages today with Pragmatic Guide to Sass . These concise, easy-to-digest tips and techniques are...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Catlin, Hampton (Autor), Catlin, Michael Lintorn (Autor)
Otros Autores: Keppler, Kay (Editor )
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : Pragmatic Bookshelf, 2011.
Colección:Pragmatic programmers.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Machine generated contents note: pt. I Basics
  • Task 1 Installing Sass
  • Task 2 Compiling Sass into CSS
  • Task 3 Using Sass with Rails
  • Task 4 Avoiding the Command Line: Using Scout
  • Task 5 Commenting
  • Task 6 Selector Scoping
  • Task 7 Going Further with Advanced Scoping
  • Task 8 Altering the CSS Output
  • Task 9 Defining Variables
  • Task 10 Calculating a Layout
  • Task 11 Creating Themes with Advanced Colors
  • Task 12 Importing
  • Task 13 Building a Font Family Library
  • Task 14 Resetting CSS
  • pt. II Advanced
  • Task 15 Keeping It Semantic: @extend
  • Task 16 Keeping Code Clean with Mixins
  • Task 17 Taking Mixins Further with Variables
  • Task 18 Debugging
  • Task 19 Generating Cross-Browser Rounded Borders
  • Task 20 Using Cross-Browser Opacity
  • Task 21 Interpolating
  • Task 22 Stop Repeating Yourself with @each
  • Task 23 Determining Conditions with @if
  • Task 24 Changing Looks with Nested @media
  • pt. III Compass
  • Task 25 Setting Up for a Compass Project
  • Task 26 Resetting: Much Easier with Compass
  • Task 27 Sprucing Up Your Lists
  • Task 28 Making Lists Horizontal
  • Task 29 Sticking a Footer to a Window
  • Task 30 Stopping Overflow with Clearfix
  • Task 31 Truncating Text Using Ellipses
  • Task 32 Stretching Elements
  • Task 33 Jazzing Up Layouts with Columns
  • Task 34 Spriting
  • pt. IV Blueprint CSS
  • Task 35 Producing More Two-Column Layouts
  • Task 36 Using Predefined Fancy Fonts
  • Task 37 Making Beautiful Buttons
  • A1.SassScript Function Reference
  • A2.Introduction to Haml
  • A2.1.Haml Walkthrough: ERB
  • A2.2.Haml Walkthrough: HTML.