SCSS

Sass File

Limitless React has managed with the scss file which is placed in src/assets/scss folder.

├── src
	├── assets
		├── css
		└── scss
			├── _bootstrap               	 // All the Scss related to the _bootstrap file is here.
			├── bootstrap_limitless      	 // All the Scss related to the bootstrap_limitless file is here.
			├── compile			 // compile Scss managed in this file. 
			├── layout			 // layout Scss managed in this file.
			├── layouts			 // layouts Scss managed in this file.
			├── shared			 // shared Scss managed in this file.
			├── utils			 // utils Scss managed in this file.
			├── variables			 // variables Scss managed in this file.
			├── vendor			 // vendor Scss managed in this file.
			└── _config.scss		 // configuration Scss managed in this file.
		└── animate.min.css			 // animation css minified in this file.