Commit d701908c authored by nanahira's avatar nanahira

remove

parent 9712ac29
Pipeline #11096 passed with stages
in 1 minute and 40 seconds
#!/bin/bash #!/bin/bash
npm install --save \ npm install --save \
bootstrap \ bootstrap \
@ng-bootstrap/ng-bootstrap \ @ng-bootstrap/ng-bootstrap
open-iconic
npm install --save-dev \ npm install --save-dev \
'@typescript-eslint/eslint-plugin@^4.28.2' \ '@typescript-eslint/eslint-plugin@^4.28.2' \
......
/* You can add global styles to this file, and also import other style files */ /* You can add global styles to this file, and also import other style files */
@import '~bootstrap'; @import '~bootstrap';
@import '~open-iconic/font/css/open-iconic-bootstrap.css';
body { body {
min-height: 100vh; min-height: 100vh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment