2
0
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:
Faris Ansari 2018-07-14 12:47:28 +05:30
parent e6df101474
commit 9d159d45d2

View File

@ -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 {