Skip to content

docs(ember-cli): correct some typos #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/@css-blocks/ember-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Usage
There are a number of caveats you should know:

1. Eager engines are a little hacky. We'll want to make some changes to engines proper to make their behavior more consistent with regular addons.
2. Lazy engines are not possible at this time and will require non-trivial work in in `ember-engines` to support. We have a failing (skipped) test for them in this addon.
2. Lazy engines are not possible at this time and will require non-trivial work in `ember-engines` to support. We have a failing (skipped) test for them in this addon.
3. The `{{link-to}}` helper (and possibly other built-in form helpers) will require some special casing in `@css-blocks/glimmer` to have a natural feeling integration for basic styling and active states. I have failing (skipped) tests in the project.
4. `node_module` resolutions for `@block`s do not work yet.
5. The optimizer can not be enabled at this time and is hard-coded to disabled.
Expand All @@ -35,5 +35,5 @@ But otherwise, this works for unlocking CSS Blocks syntax in your addons and app
To style any component in an addon with CSS Blocks simply add a corresponding `styles/components/component-name.block.css` file. The addon will auto-discover this file and build accordingly.

For Glimmer template syntax, plese see [`@css-blocks/glimmer`](../glimmer/README.md).
For CSS Blocks syntax, plese see [the main project's readome](../../../README.md).
For CSS Blocks syntax, plese see [the main project's readme](../../../README.md).