canjs / can-stache-element

Create custom elements with can-stache and can-define-class
https://canjs.com/doc/can-stache-element.html
MIT License
3 stars 1 forks source link

Docs should not show importing from can/everything #98

Closed phillipskevin closed 4 years ago

phillipskevin commented 5 years ago

All the docs in this package should show import { StacheElement } from "can"; instead of import { StacheElement } from "can/everything";.

We should also make sure all of the codepens still work once this change is made.

cherifGsoul commented 4 years ago

This was fixed in https://github.com/canjs/can-stache-element/pull/99