

Writing Good CSS
Sep 16, 2020
Dive into the art of writing CSS and discover the evolution of frameworks like Tailwind and Bootstrap. Explore the power of pre-processors and tools like PostCSS, enhancing your CSS game with features like AutoPrefixer. Learn strategies for maintaining clean, efficient styles with StyleLint and PurgeCSS. Unpack methodologies like BEM and the importance of design tokens for a cohesive approach. Plus, hear personal tales and community shoutouts that highlight the vibrant world of web development!
AI Snips
Chapters
Transcript
Episode notes
Utility Frameworks for Efficient Styling
- Consider utility frameworks like Tailwind for projects with structured layouts and predictable styles.
- They offer pre-defined classes for spacing, colors, etc., enabling rapid development and consistent design.
Organized Design with Utility Frameworks
- Utility frameworks promote organized design by enforcing a consistent system.
- This system makes it easier to create visually appealing layouts with minimal effort, especially for those less experienced with design.
Wes' Use Case for Utility Frameworks
- Wes Bos considers utility frameworks ideal for redesigning his course viewer backend.
- He finds the pre-built components and color schemes well-suited for card-based layouts and aligned text.