Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lessons Learned from Building a CSS Minifier
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 Motivation
- 4 CSS is hard
- 5 Crockford on CSS
- 6 Solution
- 7 Partial parsing
- 8 How about
- 9 Next: write a parser
- 10 Next: use a parser
- 11 Space, comments
- 12 Colors
- 13 Zeros, numbers
- 14 Quotes
- 15 Pseudo
- 16 font-weight
- 17 Lowercase
- 18 Duplicate declarations
- 19 Duplicate selectors
- 20 Adjacent selectors
- 21 Adjacent blocks
- 22 Random nonsense
- 23 Shorthands
- 24 Unit conversions
- 25 Duplicate keyframes
- 26 Rename
- 27 Supporting tools