Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
This reverts commit 739f5cd.

:q
:wq
  • Loading branch information
akashgp09 committed Feb 17, 2021
1 parent 307dffb commit a9e1336
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.md) 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) and [theming](wiki/theming.md).

## Can I contribute to EUI

Expand Down

0 comments on commit a9e1336

Please sign in to comment.