Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 932 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 932 Bytes

Styles

Unified theme for Clin Portal and Prescription Portal See Ferlab-ui Architecture

Development

This package should be use as a npm dependency inside your own repo.

To modify the theme:

  1. make the changes inside the package
  2. create a commit with your changes
  3. create a create a pull request
  4. when merged add the new version tag

Make targets

build

Build antd less override and convert colors.less vars to css vars

make build

tag

Add a tag and push it to origin.

make t=v1.0.1 tag

remove tag

Remove a tag locally and on origin.

make t=v1.0.1 remove-tag

update tag

Remove a tag and re-create it, then push it to origin.

make t=v1.0.1 retag