horizon-themes
v25.0.0
Published
### Directory Structure ``` - pre-defined-resources // to define all the pre-defined colors to use in the application by developer. Designer should only add colors to be used globally in the application NOT with the `theme`. |_ colors |_ index.
Downloads
195
Readme
Horizon Themes
Directory Structure
- pre-defined-resources // to define all the pre-defined colors to use in the application by developer. Designer should only add colors to be used globally in the application NOT with the `theme`.
|_ colors
|_ index.js
- clients // to specify clients and define all the themes for specific clients.
|_ default // do not delete this folder because it will be used to define the default theme which will be used by developer to develop when no theme is specified to developer that which theme to use.
|_ theme.js // to define the theme itself.
|_ index.js // to export the theme.
NOTE
: Designer must always need to specify the colors, typographies, fonts and breakpoints which will be strictly used by developers.
Steps to publish the theme:
npm version major
npm run build
npm run publish