1.1.2 • Published 4 years ago
@tradesolution/ts-iceberg v1.1.2
ts-iceberg
ts-iceberg is ts's bootstrap style package for overriding default bootstrap values.
- npmjs organization: https://www.npmjs.com/org/tradesolution
- github organization: https://github.com/Tradesolution
Installation
npm i @tradesolution/ts-iceberg
Usage
- Navigate to root of project (ex index.js).
- Import ts-iceberg override package and bootstrap:
import '@tradesolution/ts-iceberg';
or..
- Import it in your global styles.(s)css file
@import "~@tradesolution/ts-iceberg/scss/ts-bootstrap.scss";
Doing changes to scss
- Run gulp default task:
gulp
This runs a 'watch' task that is looking for changes in the .scss files. If a change is detected it automatically runs 'scss2css' and 'minify' tasks to update the main and min css. - Publish new version: update version number in package.json and run:
npm publish
Contributing
Pull requests are welcome. Please open an issue first to discuss what you would like to change.