Skip to content
Snippets Groups Projects
Commit 711521cf authored by frank.paczynski's avatar frank.paczynski :bulb:
Browse files

Chore: Pragmatically add customized bootstrap.css instead of generating it during build

Lock bootstrap version to `3.4.1`

Related to #115
parent ad8d6870
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -14,7 +14,7 @@
"build:replace-css": "npx --yes replace 'min-width: 768px' 'min-width: 620px' build/help/bootstrap.min.css && npx --yes replace 'max-width: 767px' 'max-width: 619px' build/help/bootstrap.min.css"
},
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap": "3.4.1",
"jquery": "^3.2.1"
},
"optionalDependencies": {
......
......@@ -20,7 +20,7 @@ importers:
.:
dependencies:
bootstrap:
specifier: ^3.4.1
specifier: 3.4.1
version: 3.4.1
jquery:
specifier: ^3.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment