diff options
Diffstat (limited to 'addons/snailmail/static/src/bugfix/bugfix.scss')
| -rw-r--r-- | addons/snailmail/static/src/bugfix/bugfix.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addons/snailmail/static/src/bugfix/bugfix.scss b/addons/snailmail/static/src/bugfix/bugfix.scss new file mode 100644 index 00000000..c4272e52 --- /dev/null +++ b/addons/snailmail/static/src/bugfix/bugfix.scss @@ -0,0 +1,6 @@ +/** +* This file allows introducing new styles without contaminating other files. +* This is useful when bug fixing requires adding new components for instance in +* stable versions of Odoo. Any style that is defined in this file should be isolated +* in its own file in master. +*/ |
