recipes

Technical recipes for frequently and infrequently recurring problems

View the Project on GitHub curationexperts/recipes

CSS

Common Pattern for Hyrax applications

@import 'something';

Essential CSS Guidelines

Don’t use camelCase or under_scores in CSS class names

Avoid using IDs in CSS like the plague

Use lots of classes in markup instead of nav > ul > li > a

JavaScript