Skip to content

Commit

Permalink
fixed up sass partial importing
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Oct 6, 2013
1 parent 94af8c9 commit 651d88d
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 13 additions & 15 deletions src/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,19 @@
/*
C:\Work\GitHub\baw-client\src\sass [master +0 ~1 -0]> ls ../app/ -Recurse -Include "*.scss" | Resolve-Path -Relative | %{ '@import "' + $_ + '";' } | % {$_ -replace '\\', '/'} | % {$_ -replace '/_(.*).scss', '/$1'} | Out-Clipboard
*/
@import "../app/annotationViewer/annotation_viewer.css";
@import "../app/audioEvents/audio_events.css";
@import "../app/bookmarks/bookmarks.css";
@import "../app/home/home.css";
@import "../app/listen/listen.css";
@import "../app/login/login_control.css";
@import "../app/photos/photos.css";
@import "../app/projects/projects.css";
@import "../app/recordInformation/record_information.css";
@import "../app/recordings/audio_recordings.css";
@import "../app/search/saved_searches.css";
@import "../app/sites/sites.css";
@import "../app/tags/tags.css";


@import "../app/annotationViewer/annotation_viewer";
@import "../app/audioEvents/audio_events";
@import "../app/bookmarks/bookmarks";
@import "../app/home/home";
@import "../app/listen/listen";
@import "../app/login/login_control";
@import "../app/photos/photos";
@import "../app/projects/projects";
@import "../app/recordInformation/record_information";
@import "../app/recordings/audio_recordings";
@import "../app/search/saved_searches";
@import "../app/sites/sites";
@import "../app/tags/tags";



Expand Down

0 comments on commit 651d88d

Please sign in to comment.