2.0.0 • Published 6 months ago

@positioner/psk-scss-toolkit v2.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
6 months 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

2.0.0 - 23.04.2025

  • ⚠️ BREAKING
    Changed _defaults.scss file by adding files containing some mixins, the reboot css (reset) and especially the grid system

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
2.0.0

6 months ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago