Skip to content

Ferlab-Ste-Justine/clin-portal-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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