SASS
Sass is an extension of CSS that allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax.
Last updated
Was this helpful?
Sass is an extension of CSS that allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax.
Last updated
Was this helpful?
Sass Files are found under pangong/src/scss
scss
colors.scss
mixins.scss
navbar.scss
style.scss
The separation of modules help you build your own custom css
Module
Description
colors.scss
Variables are defined for all the colors to create custom theme
mixins.scss
Mixins allow you to define styles that can be re-used throughout the CSS
navbar.scss
Contains all Nav & Navbar related styles
style.scss
Contains core style for Pangong