├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Ben Brehaut 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | **🔨 PRs welcomed!** 2 | 3 | # BEM Examples 4 | A list of websites using the BEM methodology for naming their CSS. 5 | 6 | I sometimes sturggle finding out the best way to name things in CSS. So I have decided to make a list of sites that us BEM* for future reference. 7 | 8 | *This includes site that use their own version of BEM naming. 9 | 10 | ## Websites 11 | - [FWS Properties](https://www.fwsproperties.co.uk/) 12 | - [Dogs for Good](https://www.dogsforgood.org/) 13 | - [Media Temple](https://mediatemple.net/) 14 | - [The Guardian](https://www.theguardian.com/) 15 | - [CSS Wizardry](https://csswizardry.com/) 16 | - [Rareloop](https://www.rareloop.com/) 17 | - [Hobbycraft Blog](http://blog.hobbycraft.co.uk/) 18 | - [Parallax](https://parall.ax/) 19 | - [easyGym](https://www.easygym.co.uk/) 20 | - [Flywheel](https://getflywheel.com/) 21 | - [Pusher](https://pusher.com/) 22 | - [Financial Times](https://www.ft.com/) 23 | - [tonik](http://tonik.pl/) 24 | - [Code computerlove](https://www.codecomputerlove.com/) 25 | - [Gallantry](https://gallantry.com/) 26 | - [Just Eat](https://www.just-eat.co.uk/) 27 | - [Wild Wagon Co](https://wildwagon.co.nz/) 28 | - [Casper](https://casper.com/) 29 | - [Indxed](https://www.indexed.co.nz/) 30 | - [Ahlberg Bil](https://www.ahlbergbil.se/) 31 | - [phmuseum](https://phmuseum.com/) 32 | - [CharityBank](https://charitybank.org/) 33 | - [Obama.org](https://www.obama.org/) 34 | - [Loaf.com](http://loaf.com/) 35 | - [Engage](https://engageinteractive.co.uk/) 36 | - [Aviva](https://www.aviva.co.uk/) 37 | - [Town Centre Securities PLC](http://www.tcs-plc.co.uk/) 38 | - [Tilsatec](https://tilsatec.com/) 39 | --------------------------------------------------------------------------------