Coding Commands Programmer
How To Install SAAS on Mac
March 21, 2020
0

SaaS is very important to generate CSS with variables

You can install it on your MAC by typing the below command:

brew install sass/sass/sass

if you are not using MAC, click the URL https://sass-lang.com/install for details to install it for other OS

sudo gem install sass

Now, suppose I am working on my WordPress Theme to generate CSS, I will have to use mac console to switch to theme folder which is located at /Applications/MAMP/htdocs/bdproject/blog/wp-content/themes/taskgum/assets

Now in console type:

cd /Applications/MAMP/htdocs/bdproject/blog/wp-content/themes/taskgum/assets

saas –watch saas:css

You ca learn SaaS freely from this youtube channel:
https://www.youtube.com/watch?v=ok3y4E5NEmw&list=PLriKzYyLb28nvORWgaD0hAbBcJUcsxy16

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

How do i install older version of CI4 using composer

Sometimes when you run git update & composer u...

Read more

hitpath API: Read Affiliates Record

<?php $offset = 0; $limit = 10; $url = "http://...

Read more

hitpath API: Read Campaigns Record

<?php $offset = 0; $limit = 10; $url = "http://...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *