1.0.6 • Published 3 years ago

scss-mixins-npm v1.0.6

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

SCSS Mixins

License: MIT

Typography

Disable selection

@mixin unselectable

Link Hover

@mixin hover
@mixin hover-all

Center Elements

Elements Centering

@mixin  center-y

Horizontal center

@mixin center-x

Flex Centering

@mixin flex-center {

Offscreen Block

@mixin offscreen {

Offscreen Text

@mixin offscreen_text {

Imposter (centered elements)

@mixin imposter($offset)

Effects

Blur Panel

@mixin blur($val) {

Installation

yarn add scss-mixins-npm

or

npm i scss-mixins-npm

Usage

@import '../node_modules/scss-mixins-npm/src/scss/scss-mixins';

or shorter

@import 'scss-mixins';

Part of html-initial-bundle

Contributing

For issues, bugs or imporvements please open an issue

GitHub

License

MIT

1.0.6

3 years ago

1.0.5

4 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