Commit f4fa7436 by Calen Pennington

Move bourbon back into the directory with scss so it can be imported properly

parent 7dcc6b38
...@@ -250,7 +250,7 @@ PIPELINE_COMPILERS = [ ...@@ -250,7 +250,7 @@ PIPELINE_COMPILERS = [
'pipeline.compilers.sass.SASSCompiler' 'pipeline.compilers.sass.SASSCompiler'
] ]
PIPELINE_SASS_ARGUMENTS = '-r {proj_dir}/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT) PIPELINE_SASS_ARGUMENTS = '-r {proj_dir}/static/css/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT)
PIPELINE_CSS_COMPRESSOR = None PIPELINE_CSS_COMPRESSOR = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment