0.0.1 • Published 3 years ago

@lgv/vue-material-style v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-material Style Overrides

scss files to replace pixel-based values with em.

Install

# install package
npm install @lgv/vue-material-style

Use Module

// declare vue-material themeing like normal from the official vue-material project
import "vue-material/dist/vue-material.min.css";
import "vue-material/dist/theme/default.css";
...
...

// import vue-material-style high enough in the cascading for it to influence your style as you wish
@import "@lgv-vue-material-style/src/index.scss";
0.0.1

3 years ago