Project

General

Profile

How to include SASS stylesheets???

Added by bill cosby over 7 years ago

I'm making a plugin and I want to use bootstrap, so I need SASS, not just css.

This code:

<% content_for :header_tags do >
<
= stylesheet_link_tag 'voting', :plugin => 'polls' >
<
end %>

Just appends ".css" to voting. But I want .scss extension!

How can I do it??