@positioner/psk-scss-toolkit
v1.3.0
Published
A collection of reusable scss styles, functions and mixins
Downloads
133
Readme
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
- Added
_flatpickr.scss
to allow easy customization of flatpickr colors using CSS variables
- Added optional
$multiplier
and$important
arguments to theset-property
mixin - Added installation and usage instructions in readme
- 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
- Initial release
- Contains only
_set-property.scss
so far