While running local through git there may a chance of showing sync is not a function error. To resolve this try to fetch the extension/theme from outside folder and copy all foldres and files expect workspace and nsdeploy file and paste to corresponding git folder
Tag: sass
SASS
Syntactically Awesome Style Sheet Sass is the most mature, stable, and powerful professional-grade CSS extension language Sass is a CSS pre-processor. It is fully compatible with every version of CSS. Sass reduces the repetition of CSS and therefore saves time. Sass consists of two syntaxes. The original syntax, called “the indented syntax,” uses a syntax similar… Continue reading SASS
Difference between Scss and CSS
Features CSS SCSS Definition CSS is a scripting language that is used to develop a web page. The more advanced variant of CSS is SCSS. It is a pre-processor language that is compiled or interrupted into the CSS. Functions It contains common functions. It contains more advanced features. Code It uses an extensive line of… Continue reading Difference between Scss and CSS
How to center align vertically and horizontally inside a div?
Consider an example given below, To center the image inside this div,