foundation / inky-rb

MIT License
173 stars 33 forks source link

<raw> tags not working, and neither is components config #95

Open SampsonCrowley opened 5 years ago

SampsonCrowley commented 5 years ago

after surrounding a section I need inky not to touch in <raw></raw> tags, the html is still being transformed. mixing .inky and .erb tags also does not work (rendering a plain html.erb partial inside an inky template is still transformed

also there is no "components" setting in config (even though it's specifically listed as a feature of this gem) which means I can't even just change the inky specific html to require an inky prefix (i.e. can't change <button> component to <inky-button> so i can still render a damn plain button when needed)