diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2018-01-26 00:25:26 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2018-01-31 13:18:32 -0600 |
commit | 332aa756d20e8388fd402fc5c3acbf504f4cf09a (patch) | |
tree | 7bd45ed01e7934ba16e22673c47e73a942a5b842 /app/assets/stylesheets/framework.scss | |
parent | 03f386c2b20f95272e4846f5ecab54fd8b2566e0 (diff) | |
download | gitlab-ce-332aa756d20e8388fd402fc5c3acbf504f4cf09a.tar.gz |
Refactor CI variable list code for usage with CI/CD settings page secret variablesrefactor-ci-variable-list-for-future-usage-in-4110
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r-- | app/assets/stylesheets/framework.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index cff47ea76ec..c4aad24e9c1 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -60,3 +60,4 @@ @import "framework/memory_graph"; @import "framework/responsive_tables"; @import "framework/stacked-progress-bar"; +@import "framework/ci_variable_list"; |