Skip to content

Commit

Permalink
Merge pull request #1 from elastic/master
Browse files Browse the repository at this point in the history
fixed invalid link (elastic#4520)
  • Loading branch information
anuragxxd authored Feb 15, 2021
2 parents 66f4fda + 739f5cd commit b99012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b99012d

Please sign in to comment.