@karenjgc/tiny
v3.1.4
Published
Estilos base, estilos colores, estilos botones
Readme
tiny
Tiny npm to add the following dependencies on Angular:
- Bootstrap
- Fontawesome
Also includes two scss file with classes and colors that my team (delfinosos🐬) and I normally use <3
Install
$ npm install @karenjgc/tinyAdd on your styles.scss file the following line:
@import '~@karenjgc/tiny/scss/style.scss'
Fontawesome
Add on your angular.json file on the "scripts" section the following line:
"node_modules/@fortawesome/fontawesome-free/js/all.js"
Bootstrap
Add on your styles.scss file the following line:
@import '~bootstrap/scss/bootstrap'
