Pangong
  • Getting Started
  • Change log
  • Introduction
    • Installation
    • NPM
    • SASS
    • Grunt
    • API Reference
    • Browser Support
    • Jquery 3.3.1
    • Bootstrap 4.1.3
  • Menu Styles
    • Vertical Menu Style
    • Horizontal Menu Style
    • Horizontal Menu with Top nav
  • Application
    • Chat
    • Calendar
    • Email
  • Social Feed
    • Twitter Feed
  • components
    • Gallery
    • Activity
    • Embeds
    • Colors
  • forms
    • Toggles
    • Range slider
    • Select2
    • Input Spinner
    • Date Picker
    • Color Picker
    • Editor
  • Tables
    • Data Table
    • Responsive Table (tablesaw)
    • Editable Table
  • Charts
    • Morris Chart
    • E-Charts
    • Sparkline Chart
    • Peity Charts
    • Easy Pie Chart
  • Maps
    • Vector Map
    • Google Map
  • ...
    • Credits
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

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.

PreviousNPMNextGrunt

Last updated 6 years ago

Was this helpful?

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

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

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

Bourbon