Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This Document describes making any customization in the CSS folder,

if any changes are made In the CSS folder it has to be compiled and published to npm.

Currently, the CSS was published in npm as @egovernments/digit-ui-css
Please check this NPM link https://www.npmjs.com/package/@egovernments/digit-ui-css .

So if any changes are made to the CSS folder locally have to be published in different Organisation and in the same or different name.

ie as @xyz/digit-ui-css and version as 1.0.0

then following changes has to be made in the code to reflect in the digit-ui build.
In this file location

frontend/micro-ui/web/public/index.html

style sheet link has to be updated as follow,

<link rel="stylesheet" href="https://unpkg.com/@xyz/digit-ui-css@1.0.0/dist/index.css"/>

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.