2.0.0 • Published 6 months ago
@positioner/psk-scss-toolkit v2.0.0
PSK SCSS Toolkit
A collection of reusable scss styles, functions and mixins
Installation
npm i @positioner/psk-scss-toolkitUsage
// Import defaults or mixins you need
@import '../node_modules/@positioner/psk-scss-toolkit/src/defaults';Release notes
- ⚠️ BREAKING
Changed_defaults.scssfile by adding files containing some mixins, the reboot css (reset) and especially the grid system
- Added
_flatpickr.scssto allow easy customization of flatpickr colors using CSS variables
- Added optional
$multiplierand$importantarguments to theset-propertymixin - Added installation and usage instructions in readme
- Added
_defaults.scsswhich will contain all the css that is needed for every website. You should always include this file - Added
_smooth-scroll.scssfor smooth scrolling anchors
- Initial release
- Contains only
_set-property.scssso far