Liquid tags not working in CSS

3 June 2017 by Amy

After discovery of how to impliment liquid tags into my code to use awesome-ness such as a site baseurl and other features, I knew I needed to update my code. I discovered a problem when it came to doing so in my css file. For some reason, my CSS file is rendering the exact tag instead of translating the code. Since making the code robust and more difficult to break is my priority, I chose to use the tags in the html file….for now.

My current theory is that I need to research file extensions to see if there is a way to instruct the browser to look for a liquid tag syntax. I saw this pattern when I was learning the Ruby on Rails Tutorial using .html.erb, which communicates to the computer that there is embeded Ruby in the file documents.