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.

Sass Files are found under pangong/src/scss

  • scss

    • colors.scss

    • mixins.scss

    • navbar.scss

    • style.scss

Modules

The separation of modules help you build your own custom css

We have included _bourbon.scss in Pangong, Bourbon is a top-notch Sass mixin library for designers. The Bourbon library encourages best practices for developing scalable code.

Last updated