1.0.0 • Published 4 months ago

eehitus-global-styles v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

E-Ehitus Visual

This project holds all the global styles required for eehitus-ui

Style guide

Sass architecture: the 7-1 pattern

E-ehitus styles

E-ehitus CSS with styles is included into E-ehitus UI Root component

1. First time setup

In project root directory run:

yarn

2. To build new styles

In project root directory run:

yarn cibuild

3. To check new styles

Where you want to check the styles working

  • Remove in the project you are working in node_modules/eehitus-visual/dist folder
  • Copy the built dist folder into node_modules/eehitus-visual
  • Remove the node_modules/.cache folder
  • Start your application

4. To update the styles in eehitus-ui

  • Your changes have to get to master through a merge request
  • Create a new tag
  • Build and publish was successful
  • Update eehitus-visual version in your projects package.json