Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 557 Bytes

Sass Dependencies Viewer!

Shows a tree structure of SASS dependencies as defined by @import statements.

At the moment the app only support @import statements with explicit or relative file name declarations:

@import 'header/top.scss'
@import 'c:\header\top.scss'
@import 'tables.scss'

The application does not support statements with multiple declarations, urls or folder:

@import 'header.scss', 'sidebar.scss', 'footer.scss'
@import 'MyStylesFolder'
@import 'url(www.foo.com/site.scss)'

Screenshot