From 1d8f599418164983bf98fc040059e61616a11234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Tue, 14 May 2019 22:06:36 +0200 Subject: [PATCH] add resource --- pages/css/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/css/index.vue b/pages/css/index.vue index 7daaeb4..2c6e37c 100644 --- a/pages/css/index.vue +++ b/pages/css/index.vue @@ -33,6 +33,11 @@ export default { desc: 'Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development', url: 'https://getbem.com/' }, + { + title: 'CSS Triggers', + desc: 'Overview of css attributes which trigger either layout, paint or composite. Good to know if you want to learn more about css performance.', + url: 'https://csstriggers.com/' + }, ] } },