1.0.9 • Published 4 years ago

tcm-global-test v1.0.9

Weekly downloads
36
License
-
Repository
-
Last release
4 years ago

Vue Global

Global styles delivered as SCSS variables and mixins for usage in Vue applications.

Quick install

NPM

npm install tcm-global-test --save

Import

After installation, you can import all global styles by adding this snippet to your vue.config.js:

module.exports = {
    css: {
        loaderOptions: {
            sass: {
                data: '@import "~tcm-global-test/all.scss";'
            }
        }
    }
};

Or you import specific styles - e.g. fonts - into style section of a Vue component:

<style lang="scss">

    @import "~tcm-global-test/scss/base/fonts";

</style>

Copyright

Code copyright 2019 Test GmbH.

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago