Transferring existing SCSS file to CSS – Shopify
The Shopify website I'm working with has its theme files in SCSS but I want to transfer them to CSS. I've tried with a few compilers but all of them show a bunch of errors. Does anyone know what I…
The Shopify website I'm working with has its theme files in SCSS but I want to transfer them to CSS. I've tried with a few compilers but all of them show a bunch of errors. Does anyone know what I…
While developing a theme in shopify, I have a repetitive code of including a background from SCSS. Now the SCSS is actually a liquid file so I am able to fetch images there. Here's my code: @mixin background-cover($image) { position:…
I needed to add the blogs in our web app and to make our app configure for SEO therefore I'm trying to add SSR support in my current create react app. I'm trying react hydrate and react render method. I'm…
Shopify has recently decided to stop supporting SCSS in their themes. I'd like to change all the SCSS files to CSS, but this has become a nightmare due to the presence of liquid syntax contained in them. Here's an example:…
I was editing an open source Flask app - it was working just fine. I changed 1 thing in .scss file and the entire application fails to load. I undid all the changes but nothing changes. I can no longer…
Hello I want my profile photo / image go over the header area but. As you can see it is getting cut off. I tried playing around with the code and I got close I also made the position absolute…
I hope someone can help me with this. Im building a store in Shopify, so my question would be with liquid and SASS. Im trying to change the text hover color on each of my nested nav menu children to…
I am trying to recreate this: But I have not been able to do so. I tried with adding a :before on the img but that doesnt work. How would you go on about making this. It has to be…
I'm trying to resize the first cell. I'm trying with max-widh, and put the style in the HTML and with width, but I can't resize that cell. Is a table with sticky row and col This is de css code.…
I'm trying to push some modifications of my Ruby on Rails web to Heroku but it says "push rejected". The error comes after "Detecting rake tasks" and here's the message: remote: ! Could not detect rake tasks remote: ! ensure…