Open damogallagher opened 7 years ago
Updated css to be #ribbon .breadcrumb,#ribbon .breadcrumb a{color:#BBB!important;text-decoration:none!Important;}#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#E4E4E4} and it compiled successfully
Hi
I am trying to use this plugin to namespace some css for me. I have the following file template2.less defined `.bootstrap-styles { @import (less) 'file.css'; }
The contents of file.css are as follows (stripped down for ease of reading)
#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#BBB!important;text-decoration:none!Important}#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#E4E4E4}
My pom entry for the plugin is as follows `
The error I am getting is as follows
`
Any idea what I can do to resolve this?
Thank you Damien `