Refer the Faq's page in documentation for clear understanding of the changes in between RTL & LTR, color varientaions such like light,dark & transperent, menu layout for vertical to horizontal
assets/
├── css/
| |-- animate.css
| |-- icons.css
| |-- style.css
| |-- style.css.map
├── img/
├── plugins/
`-- scss/
Nowa - React Javascript Admin Panel Template /
: Root template folder contain all Jsx, css, scss, images
and other files.
assets/
: Folder contain all the Admin Template assets which has css, jsx, scss, and images.
css/
: Folder contain assets which has complete styles.
icons
: icons.css has all template icons link are imported.style
: Main style sheet for template. animate
: animation styles for template.img/
: Template images.
plugins/
: Folder contain all template plugins.
scss/
: Folder contain all pages scss files.
gulpfile.js
: Gulp tasks js file.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.