Skip to content

Commit

Permalink
#131 Use pikaday dependency styles and add rem function file
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneRichi committed Jan 10, 2023
1 parent 6924d63 commit 95213ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/setup/_scss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
// Vendor styles
// - Note: don't add *.css extension to import. Else the style will be moved to top of output file!
@use '~swiper/swiper.scss';
@use '~pikaday/css/pikaday';
1 change: 1 addition & 0 deletions src/setup/scss/_functions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@forward './functions/strip-unit';
@forward './functions/calc-em';
@forward './functions/calc-rgb';
@forward './functions/rem';

0 comments on commit 95213ad

Please sign in to comment.