Skip to content

lgensinger/vue-material-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";

About

vue-material design system style overrides

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages