You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
Hi,
Does this TODO app use css lazyloading or it will load all the css in one shot? I dont see any import css code in this example
I actually got some issue when I was trying to import css dynamically.
For example in below file structure:
-todo
--todo.html
--todo.js
--todo.scss
-details
--details.html
--details.js
--details.scss
If I import todo.scss in todo.js, todo.scss will be loaded to the head tag dynamically. But now the issue is when I navigate to details page. todo.scss is still in the head tag. Is it as expected? I am using Iron router not flow router here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Does this TODO app use css lazyloading or it will load all the css in one shot? I dont see any import css code in this example
I actually got some issue when I was trying to import css dynamically.
For example in below file structure:
-todo
--todo.html
--todo.js
--todo.scss
-details
--details.html
--details.js
--details.scss
If I import todo.scss in todo.js, todo.scss will be loaded to the head tag dynamically. But now the issue is when I navigate to details page. todo.scss is still in the head tag. Is it as expected? I am using Iron router not flow router here.
The text was updated successfully, but these errors were encountered: