mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
buttons: Add buttons.css file to app.ts bundle for production usage.
This commit adds the `button.css` file to the `app.ts` bundle, which makes the redesigned button styles available for use in production code.
This commit is contained in:
@@ -25,6 +25,7 @@ import "../../third/bootstrap/css/bootstrap-btn.css";
|
||||
import "../../styles/typeahead.css";
|
||||
import "../../styles/app_variables.css";
|
||||
import "../../styles/tooltips.css";
|
||||
import "../../styles/buttons.css";
|
||||
import "../../styles/components.css";
|
||||
import "../../styles/app_components.css";
|
||||
import "../../styles/rendered_markdown.css";
|
||||
|
@@ -18,9 +18,9 @@
|
||||
"dev-buttons": [
|
||||
"./src/bundles/portico.ts",
|
||||
"./src/portico/design-testing.ts",
|
||||
"./styles/portico/dev-buttons.css",
|
||||
"./styles/app_variables.css",
|
||||
"./styles/app_components.css",
|
||||
"./styles/buttons.css"
|
||||
"./styles/portico/dev-buttons.css",
|
||||
"./styles/buttons.css",
|
||||
"./styles/app_components.css"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user