mirror of
https://github.com/frappe/books.git
synced 2024-11-13 00:46:28 +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>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "frappe-datatable/dist/frappe-datatable.css";
|
@import "~frappe-datatable/dist/frappe-datatable.css";
|
||||||
|
|
||||||
.datatable-wrapper {
|
.datatable-wrapper {
|
||||||
.form-control {
|
.form-control {
|
||||||
|
Loading…
Reference in New Issue
Block a user