BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
4e72e456
Commit
4e72e456
authored
Feb 08, 2018
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename .scss files to use snake_case
See
https://gitlab.com/gitlab-org/gitlab-ce/issues/42908
parent
dbb934c8
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
8 deletions
+8
-8
framework.scss
app/assets/stylesheets/framework.scss
+7
-7
broadcast_messages.scss
app/assets/stylesheets/framework/broadcast_messages.scss
+0
-0
contextual_sidebar.scss
app/assets/stylesheets/framework/contextual_sidebar.scss
+0
-0
emoji_sprites.scss
app/assets/stylesheets/framework/emoji_sprites.scss
+0
-0
gitlab_theme.scss
app/assets/stylesheets/framework/gitlab_theme.scss
+0
-0
page_header.scss
app/assets/stylesheets/framework/page_header.scss
+0
-0
secondary_navigation_elements.scss
.../stylesheets/framework/secondary_navigation_elements.scss
+0
-0
stacked_progress_bar.scss
app/assets/stylesheets/framework/stacked_progress_bar.scss
+0
-0
gemojione.rake
lib/tasks/gemojione.rake
+1
-1
No files found.
app/assets/stylesheets/framework.scss
View file @
4e72e456
...
...
@@ -21,7 +21,7 @@
@import
"framework/flash"
;
@import
"framework/forms"
;
@import
"framework/gfm"
;
@import
"framework/gitlab
-
theme"
;
@import
"framework/gitlab
_
theme"
;
@import
"framework/header"
;
@import
"framework/highlight"
;
@import
"framework/issue_box"
;
...
...
@@ -35,10 +35,10 @@
@import
"framework/pagination"
;
@import
"framework/panels"
;
@import
"framework/popup"
;
@import
"framework/secondary
-navigation-
elements"
;
@import
"framework/secondary
_navigation_
elements"
;
@import
"framework/selects"
;
@import
"framework/sidebar"
;
@import
"framework/contextual
-
sidebar"
;
@import
"framework/contextual
_
sidebar"
;
@import
"framework/tables"
;
@import
"framework/notes"
;
@import
"framework/tabs"
;
...
...
@@ -49,16 +49,16 @@
@import
"framework/zen"
;
@import
"framework/blank"
;
@import
"framework/wells"
;
@import
"framework/page
-
header"
;
@import
"framework/page
_
header"
;
@import
"framework/awards"
;
@import
"framework/images"
;
@import
"framework/broadcast
-
messages"
;
@import
"framework/broadcast
_
messages"
;
@import
"framework/emojis"
;
@import
"framework/emoji
-
sprites"
;
@import
"framework/emoji
_
sprites"
;
@import
"framework/icons"
;
@import
"framework/snippets"
;
@import
"framework/memory_graph"
;
@import
"framework/responsive_tables"
;
@import
"framework/stacked
-progress-
bar"
;
@import
"framework/stacked
_progress_
bar"
;
@import
"framework/ci_variable_list"
;
@import
"framework/feature_highlight"
;
app/assets/stylesheets/framework/broadcast
-
messages.scss
→
app/assets/stylesheets/framework/broadcast
_
messages.scss
View file @
4e72e456
File moved
app/assets/stylesheets/framework/contextual
-
sidebar.scss
→
app/assets/stylesheets/framework/contextual
_
sidebar.scss
View file @
4e72e456
File moved
app/assets/stylesheets/framework/emoji
-
sprites.scss
→
app/assets/stylesheets/framework/emoji
_
sprites.scss
View file @
4e72e456
File moved
app/assets/stylesheets/framework/gitlab
-
theme.scss
→
app/assets/stylesheets/framework/gitlab
_
theme.scss
View file @
4e72e456
File moved
app/assets/stylesheets/framework/page
-
header.scss
→
app/assets/stylesheets/framework/page
_
header.scss
View file @
4e72e456
File moved
app/assets/stylesheets/framework/secondary
-navigation-
elements.scss
→
app/assets/stylesheets/framework/secondary
_navigation_
elements.scss
View file @
4e72e456
File moved
app/assets/stylesheets/framework/stacked
-progress-
bar.scss
→
app/assets/stylesheets/framework/stacked
_progress_
bar.scss
View file @
4e72e456
File moved
lib/tasks/gemojione.rake
View file @
4e72e456
...
...
@@ -115,7 +115,7 @@ namespace :gemojione do
end
end
style_path
=
Rails
.
root
.
join
(
*
%w(app assets stylesheets framework emoji
-
sprites.scss)
)
style_path
=
Rails
.
root
.
join
(
*
%w(app assets stylesheets framework emoji
_
sprites.scss)
)
# Combine the resized assets into a packed sprite and re-generate the SCSS
SpriteFactory
.
cssurl
=
"image-url('$IMAGE')"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment