Please refer Faq's page in documentation itself for queries like customization like color ,rtl ,dark style..etc.
assets/
├── css/
| |-- animated.css
| |-- icons.css
| |-- plugins.css
| |-- plugins.css.map
| |-- style.css
| |-- style.css.map
├── iconfonts/
├── images/
├── scss/
`-- switcher/
Sash React-TS Admin and Dashboard Template /
: Root template folder contain all
react, tsx, css, scss, images
and other files.
assets/
: Folder contain all the Admin Template assets which has css,
tsx, scss, and images.
css/
: Folder contain assets which has complete styles.
icons
: icons.css has all template icons link are
importated.style
: Main style sheet for template which includes
plugins.images/
: it contains all the template images.
scss/
: Folder contain all pages scss files and all plugins
scss files.
swicther/
: Folder contain switcher assets.
gulpfile.js
: this file contains the functionality of scss to css convertion.Note: If you want to use only CSS format then you should follow below process.
Step-1: Remove complete scss folder. Root path: (assets/scss)
Step-2: Remove .scss and .css.map extension related files in css folder. Root path: (assets/css/*.scss) and (assets/css/*.css.map)
Step-3: Remove "gulpfile.js" also remove gulp packages gulp , gulp-beautify, gulp-cssbeautify, gulp-postcss, gulp-sass, gulp-sourcemaps, browser-sync, autoprefixer
file. and re-install the node_modules.