Skip to content

Commit

Permalink
FIX: Missing PostCSS export for Native Element
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Oct 10, 2023
1 parent 2519203 commit 7efa5c4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.8] - 2023-10-10
### Fixed
- Missing PostCSS export for Native Element (classless)

## [1.2.7] - 2023-02-19
### Changed
- Simplified `@layer` support,
Expand Down
1 change: 1 addition & 0 deletions components/button/native.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/button/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@fylgja/button",
"version": "1.2.7",
"version": "1.2.8",
"description": "The Button component serves as an interactive element. To call your users to an action",
"homepage": "https://fylgja.dev/",
"author": "Fylgja",
Expand Down
6 changes: 6 additions & 0 deletions components/button/src/native.scss
Original file line number Diff line number Diff line change
@@ -0,0 1,6 @@
// Fylgja (https://fylgja.dev)
// Licensed under MIT Open Source

@use "../index" with (
$enable-native-btn: true
);

0 comments on commit 7efa5c4

Please sign in to comment.