CSS Development at Large-Scale Websites - Six Revisions |
CSS Development at Large-Scale Websites Posted: 22 Sep 2014 03:00 AM PDT A slew of posts about CSS development at websites like GitHub, Groupon, and CodePen came out recently. They’re interesting to read, and will provide you with many tips and ideas for creating your own CSS development guidelines. Here are links to seven blog posts that give an overview of the tools, philosophies, and techniques being used to develop CSS at large-scale sites and apps.
1. CSS at GrouponMike Aparicio, UI engineer at Groupon, recalls how the popular daily-deals site created their own CSS framework called Toolstrap, after debating whether or not they should use Bootstrap. They use SMACSS as a development philosophy. 2. CodePen’s CSSThis blog post by Chris Coyier outlines the CSS at CodePen. CodePen uses SCSS as its preprocessor and Autoprefixer to deal with vendor-prefixing of CSS properties. 3. GitHub’s CSSAccording to Mark Otto, co-creator of Bootstrap and designer at GitHub, the code-hosting site uses SCSS as its preprocessor. The site has over 100 individual source stylesheets that then gets compiled down to only two stylesheets for production. 4. CSS at Lonely PlanetIan Feather wrote about CSS development at Lonely Planet (the travel guide publisher). The site uses Sass and follows a modified BEM and OOCSS approach to CSS architecture. The site also maintains a design style guide called Rizzo. 5. CSS at HootsuiteHootsuite, a social-media-management app, has over 40 engineers, and four of them are dedicated to HTML and CSS. The app’s preprocessor is LESS, follows a CSS philosophy inspired by BEM and SUIT CSS, according to Steve Mynett, designer and developer at Hootsuite. 6. Buffer’s CSSBrian Lovin, Product Manager at Buffer, wrote about their app’s CSS where he mentions they use idiomatic CSS as a style guide. The site’s core stylesheet has 3,094 selectors and (heftily) weighs in at 271kb. They use LESS as the preprocessor of choice. 7. CSS at TrelloThis blog post by Bobby Grace, designer at Trello, a web-based project management application, talks about the app’s CSS. The post outlines the stylesheet file structure, the tools they use (like CSS Shrink to reduce their stylesheets’ file sizes) their CSS-coding style, and more. Related Content
About the AuthorThe post CSS Development at Large-Scale Websites appeared first on Six Revisions. |
You are subscribed to email updates from Six Revisions To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment