1.3.0 • Published 2 years ago

@positioner/psk-scss-toolkit v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

PSK SCSS Toolkit

A collection of reusable scss styles, functions and mixins

Installation

npm i @positioner/psk-scss-toolkit

Usage

// Import defaults or mixins you need
@import '../node_modules/@positioner/psk-scss-toolkit/src/defaults';

Release notes

1.3.0 - 19.04.2023

  • Added _flatpickr.scss to allow easy customization of flatpickr colors using CSS variables

1.2.0 - 21.11.2022

  • Added optional $multiplier and $important arguments to the set-property mixin
  • Added installation and usage instructions in readme

1.1.0 - 12.05.2022

  • Added _defaults.scss which will contain all the css that is needed for every website. You should always include this file
  • Added _smooth-scroll.scss for smooth scrolling anchors

1.0.0 - 15.03.2022

  • Initial release
  • Contains only _set-property.scss so far