chore(cleanup): Removing bootstrap (experimental) (#29844)
This commit is contained in:
parent
422aa6b657
commit
7eb3ca408f
|
|
@ -64975,7 +64975,6 @@
|
|||
"@storybook/types": "8.1.11",
|
||||
"@types/react-loadable": "^5.5.3",
|
||||
"antd": "4.10.3",
|
||||
"bootstrap": "^3.4.1",
|
||||
"core-js": "3.37.1",
|
||||
"gh-pages": "^5.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
|
|
@ -76933,7 +76932,6 @@
|
|||
"@types/react-loadable": "^5.5.3",
|
||||
"antd": "4.10.3",
|
||||
"babel-loader": "^9.1.3",
|
||||
"bootstrap": "^3.4.1",
|
||||
"core-js": "3.37.1",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
"gh-pages": "^5.0.0",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
"@storybook/types": "8.1.11",
|
||||
"@types/react-loadable": "^5.5.3",
|
||||
"antd": "4.10.3",
|
||||
"bootstrap": "^3.4.1",
|
||||
"core-js": "3.37.1",
|
||||
"gh-pages": "^5.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
|
|
|
|||
|
|
@ -51,21 +51,11 @@ governing permissions and limitations under the License. #}
|
|||
type="text/css"
|
||||
href="{{ assets_prefix }}/static/appbuilder/css/fontawesome/brands.min.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{{ assets_prefix }}/static/appbuilder/css/bootstrap-datepicker/bootstrap-datepicker3.min.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{{ assets_prefix }}/static/appbuilder/css/select2/select2.min.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{{ assets_prefix }}/static/appbuilder/css/select2/select2-bootstrap.min.css"
|
||||
/>
|
||||
|
||||
{{ css_bundle("theme") }} {% if entry %} {{ css_bundle(entry) }} {% endif %}
|
||||
{% endblock %} {{ js_bundle("theme") }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue