Skip to content

Commit aad71f8

Browse files
committed
convert all .sass files to .scss files
If you are git blame-ing a file, start from the parent of this commit. this does nothing. this is just the result of running: `sass-convert app/stylesheets --recursive --from sass --to scss --trace` closes: CNVS-18797 test plan: * load canvas. * click around to a couple pages * the css should be the same as it was. Change-Id: Id4b051bd7e3d57428d6c4b8f92330c7e0d3ab6bb Reviewed-on: https://gerrit.instructure.com/49288 Tested-by: Jenkins Reviewed-by: Chris Hart <chart@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com>
1 parent a9b68e3 commit aad71f8

175 files changed

Lines changed: 16088 additions & 13028 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/coffeescripts/jquery/indicateLoading.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ define [
22
'jquery'
33
], ($) ->
44

5-
# possible values for position are 'center' and 'after', see g_util_misc.sass
5+
# possible values for position are 'center' and 'after', see g_util_misc.scss
66
# passign a position is optional and if ommited will use 'center'
77
$.fn.indicateLoading = (position, deferred) ->
88
unless deferred?

app/coffeescripts/util/mimeClass.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define [
99
# if there is a file format that is common enough, go ahead and add an entry to one of these:
1010
# If you need to make a new class, make sure to also make an svg for it in public/images/mimeClassIcons/
1111
# and a class name in app/stylesheets/components/_MimeClassIcons.scss
12-
# (and app/stylesheets/components/deprecated/_fancy_links.sass if it is still being used)
12+
# (and app/stylesheets/components/deprecated/_fancy_links.scss if it is still being used)
1313
mimeClasses =
1414
audio:
1515
displayName: I18n.t('Audio')

0 commit comments

Comments
 (0)