Skip to content

Starter file to use for learning SASS –simply to remove the worries of compiling our assets and help focus on the main deal.

Notifications You must be signed in to change notification settings

gdsc-kwasu/sass-starter-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository is basically meant to lift off the worries of having to compile down our sass files during these introductory classes. Later on, we will be exposing techniques for compiling our own assets, individually.

Installation

  • Clone this repository
git clone https://github.com/kwasu-ng/sass-starter-file
  • Change directory and run npm install
cd sass-starter-file && npm install
  • Start compiling down your assets
npm run development

Commands

The commands available with npm:

  • Development
npm run development

will compile down your assets with comments and all the pretty whitespaces. Not really efficient for production.

  • Watch
npm run watch

You don't have to run command every time you make changes, this will automatically watch your files for changes and re-compile them.

  • Production OR prod
npm run prod

Running this command will compress your assets during the compilation. The result compilation will be minified, i.e all whitespace will be stripped, and all comments removed.

About

Starter file to use for learning SASS –simply to remove the worries of compiling our assets and help focus on the main deal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published