mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
Use ~ to import css files from node_modules
This commit is contained in:
parent
e6df101474
commit
9d159d45d2
@ -159,7 +159,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import "frappe-datatable/dist/frappe-datatable.css";
|
||||
@import "~frappe-datatable/dist/frappe-datatable.css";
|
||||
|
||||
.datatable-wrapper {
|
||||
.form-control {
|
||||
|
Loading…
Reference in New Issue
Block a user