0.1.0 • Published 4 years ago

@qxy/scss-mixins v0.1.0

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

scss-utils

Common sass mixins and functions of qxy fe team

Usage

Install

$ npm i @qxy/scss-utils -D
# OR
$ yarn add @qxy/scss-utils -D

Import

import as sass resources, eg: vue.config.js

module.exports = {
    css: {
        loaderOptions: {
            sass: {
                additionalData: '@import "~@qxy/scss-utils";',
            },
        },
    },
}

import in a scss file, eg: src/styles/style.scss

@import '~@qxy/scss-utils';