I’m attempting to compile sass with compass that contains color hex codes and character code for font-awesome icons. Every version of ruby I have tried results in the hex colors becoming short and character codes becoming invalid characters. In my compass config.rb file I have set encoding to uft-8 explicitly and preferred syntax to sass. Are there any sass preferences which can be defined in the compass config.rb to prevent the compiler from misinterpreting character codes and using short codes for color values?
1 Like
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.