1.1.2 • Published 4 years ago

@tradesolution/ts-iceberg v1.1.2

Weekly downloads
247
License
ISC
Repository
github
Last release
4 years ago

ts-iceberg

ts-iceberg is ts's bootstrap style package for overriding default bootstrap values.

Installation

npm i @tradesolution/ts-iceberg

Usage

  1. Navigate to root of project (ex index.js).
  2. Import ts-iceberg override package and bootstrap: import '@tradesolution/ts-iceberg';

or..

  1. Import it in your global styles.(s)css file

@import "~@tradesolution/ts-iceberg/scss/ts-bootstrap.scss";

Doing changes to scss

  1. 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.
  2. 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.

1.1.1

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.1.2

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago