mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
15 lines
637 B
XML
15 lines
637 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="_assets_primary_variables" inherit_id="website_sale._assets_primary_variables">
|
|
<xpath expr="//link[last()]" position="after">
|
|
<link rel="stylesheet" type="text/scss" href="/theme_kea_sale/static/src/scss/primary_variables.scss"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="assets_frontend" inherit_id="website_sale.assets_frontend">
|
|
<xpath expr="//link[last()]" position="after">
|
|
<link rel="stylesheet" type="text/scss" href="/theme_kea_sale/static/src/scss/theme_ecommerce.scss"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|