# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.2] - 2023-02-19
### Changed
- Simplified `@layer` support,
  CSS can use native, for SCSS use the new variable `$pagination-layer`,
  the options from v1.2 are deprecated

## [1.1.1] - 2023-02-05
### Changed
- color syntax with new linter rules

## [1.1.0] - 2023-02-05
### Added
- support for `@layer` in components scope

## [1.0.2] - 2022-06-06
### Changed
- Slimmed down the CSS by using the `:is` selector
- Moved style logic to mixin

## [1.0.1] - 2021-10-10
### Changed
- Moved variables to helper for easier reuse

## [1.0.0] - 2021-06-22
Initial Release 🎉
