summaryrefslogtreecommitdiff
path: root/addons/website/views/snippets/s_btn.xml
blob: 23b7a902c355087536836b9e6ab4e2b0c1e42ea1 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="assets_snippet_s_btn_css_000" inherit_id="website.assets_frontend">
    <xpath expr="//link[last()]" position="after">
        <link rel="stylesheet" type="text/scss" href="/website/static/src/snippets/s_btn/000.scss"/>
    </xpath>
</template>

</odoo>