@qxy/scss-mixins

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @qxy/scss-mixins

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

2.58 kB

Total Files

9

Last publish

Collaborators

  • ntnyq