tt-colors v1.10.14
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.
1. Change tt-colors package.json's version to be one ahead of what it currently is.
2. git add . (adds all modified and untracked files in the current directory and all subdirectories to the staging area/branch).
3. git commit -m "your commit message" (records changes to the repository).
4. git push origin <branch> (Upload local repository content to a remote repository. Feature branches will be defined in Jira).
Publish Changes
- Run
npm publishto publish all staged changes.
Installing tt-colors
- run
npm install tt-colorsfrom your terminal.
Using Colors in project
- Add
@import "./node_modules/tt-colors/color_vars.scss";to any SCSS file.
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago