tt-colors
v1.10.14
Published
This project was created to create a single source of truth for all colors involved with Team and Tech.
Downloads
7
Readme
Getting Started
This project was created to create a single source of truth for all colors involved with Team and Tech.
When add/removing a color, please follow these instructions:
(https://bitbucket.org/teamandtechgnv)
Edit Version
- Edit the package.json's version so that the package can be published.
Pushing code to bitbucket
Use the following steps when pushing code to bitbucket.
- Change tt-colors package.json's version to be one ahead of what it currently is.
git add .
(adds all modified and untracked files in the current directory and all subdirectories to the staging area/branch).git commit -m "your commit message"
(records changes to the repository).git push origin <branch>
(Upload local repository content to a remote repository. Feature branches will be defined in Jira).
Publish Changes
- Run
npm publish
to publish all staged changes.
Installing tt-colors
- run
npm install tt-colors
from your terminal.
Using Colors in project
- Add
@import "./node_modules/tt-colors/color_vars.scss";
to any SCSS file.