Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 479 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 479 Bytes

UI Princing Table project

Just a simple training integration project of this UI pricing tables https://dribbble.com/shots/15557506-Pricing-Tables-UI-Component-Free-Download using Sass.

Starting the project

Open index.html file.

Update Sass files

  1. All the Sass files are located into the /sass folder.
  2. Install Sass on your system : npm install -g sass or yarn gobal add sass.
  3. Run make sass-build to compile scss files into a css optimized file.