add contents

This commit is contained in:
André Weller
2019-05-15 17:02:48 +02:00
parent a3302d8d7e
commit b61179a986
4 changed files with 35 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ export default {
desc: 'A curated collection of useful CSS snippets you can understand in 30 seconds or less.',
url: 'https://30-seconds.github.io/30-seconds-of-css/'
},
{
title: 'Grid by example',
desc: 'Everything you need to learn CSS Grid Layout',
url: 'https://gridbyexample.com/learn/'
},
{
title: 'BEM naming convention',
desc: 'Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development',
@@ -53,6 +58,11 @@ export default {
desc: 'The ultimate box shadow generator',
url: 'https://www.cssmatic.com/box-shadow'
},
{
title: 'AirBnB CSS / Sass Styleguide',
desc: 'A mostly reasonable approach to css and sass.',
url: 'https://github.com/airbnb/css'
},
]
}
},