From 739f5cd8a429ba9eecf9e285936392aaf3f30a19 Mon Sep 17 00:00:00 2001 From: Akash Gupta Date: Mon, 15 Feb 2021 17:02:56 +0530 Subject: [PATCH] fixed invalid link (#4520) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 22d0b923c21..71eda1991b9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -20,7 +20,7 @@ Traditionally releases are made weekly against whatever is in master and you can EUI started as a JS and Sass library that outputs separate CSS and JS bundles. Over time we introduced TypeScript and started adding types, writing new components in TS, and migrating old components over. The goal is to actively convert everything over into a full TS system while retaining our build targets of ES5+commonjs, ES5+ES Modules, and a consolidated bundle file. -For styling we use Sass and generate a final CSS blob for the entire library, with some JSON theming files extracted from the Sass. You can find more information in [consuming EUI](wiki/consuming) and [theming](wiki/theming.md). +For styling we use Sass and generate a final CSS blob for the entire library, with some JSON theming files extracted from the Sass. You can find more information in [consuming EUI](wiki/consuming.md) and [theming](wiki/theming.md). ## Can I contribute to EUI