Please add below code into your CSS file,
* {
-webkit-user-select: auto;
-khtml-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
Please add below code into your CSS file,
* {
-webkit-user-select: auto;
-khtml-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
Installing and configuring Grunt
npm install -g grunt-cli
cd <your_Magento_instance_directory> npm install grunt --save-dev
cd <your_Magento_instance_directory> npm install npm update
Recently I have updated my compass version to 1.0.3 and when I tried to compile my old projects with 1.0.3 compiler and it didn’t work.
Firstly, I couldn’t understand the issue, but after a few hours I figured it out it has something to do with my compiler.
So, I had two options left,
(more…)