scss file structure

Solutions on MaxInterview for scss file structure by the best coders in the world

showing results for - "scss file structure"
Chelsea
18 Aug 2020
1> scss
2    > base
3		> theme									
4          |- _richBlue.scss
5          |- ...
6        |- __base-dir.scss					#Import all base .scss files
7        |- _bootstrap.scss        
8        |- _variables.scss
9
10    > components
11        |- __components-dir.scss			#Import all components .scss files
12        |- _header.scss
13		|- _ie.scss
14        |- _liquid-design.scss
15        |- ...
16
17    > global
18        |- __global-dir.scss				#Import all global .scss files
19        |- _busyloader.scss
20        |- _scrollbar.scss
21        |- _utilities.scss
22		|- ...
23
24    > icomoon								#Additional third party folders
25		> fonts
26		|- demo.html
27		|- style.css
28
29	
30    styles.scss					#Import all dir files and third party folders