Answers for "ionic 4 install bootstrap"

1

ionic 4 install bootstrap

npm install bootstrap@latest

"styles": [
          {
            "input": "src/theme/variables.scss"
          },
          {
            "input": "src/global.scss"
          },
          {
            "input": "node_modules/bootstrap/dist/css/bootstrap.min.css"
          }
],
Posted by: Guest on August-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language