# Sustainable Styles ## Fundamental Principles of CSS Architecture A presentation on strategies for writing meaningful, robust, flexible and scalable CSS ## Setup - Clone repo - `npm install` ## Usage - `npm start` - Serve slides - `npm run dev` - Serve slides and watch for changes - `npm run build` - Compile styles and static site The project uses [`reveal-md`](https://github.com/webpro/reveal-md). See their documention for details on usage and features.