Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

fix: register non-relative app.css module #1016

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

vakrilov
Copy link
Contributor

@vakrilov vakrilov commented Aug 8, 2019

Since NativeScript/NativeScript#7631 the tns-core-modules now looks for app.css package to load (instead of ./app.css) for loading the global css file.

BREAKING CHANGES:
This might be a breaking change for folks using custom app.css file using approach described in #587. The fix would be to do global.registerModule("app.css", () => require("~/app1.css"));

@cla-bot cla-bot bot added the cla: yes label Aug 8, 2019
@SvetoslavTsenov SvetoslavTsenov merged commit bc45eaf into master Aug 8, 2019
@SvetoslavTsenov SvetoslavTsenov deleted the register-non-relative-app-css branch August 8, 2019 16:36
@rosen-vladimirov rosen-vladimirov added this to the 1.2.0 milestone Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants