This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(document).on("touchstart, click", ".js-menu-button", function () { | |
| $(this).toggleClass("js-active"); | |
| $(".header-content").toggleClass("js-active"); | |
| }); | |
| (function () { | |
| "use strict"; | |
| var $, Animation, Carousel, Timer; | |
| $ = jQuery; | |
| Timer = (function () { | |
| function Timer() {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SASS Unit Converter | |
| // Version: 0.1.0 | |
| // Description: Utility functions for converting between CSS units (pixels, rem, em) | |
| // License: MIT | |
| @use "sass:math"; | |
| // Default root font size (can be overridden by users before importing) | |
| $root-font-size: 16; | |
| // Converts pixels to rem units based on $root-font-size |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <UserControl | |
| x:Class="UiKnob2.Core.Knob" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
| xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" | |
| xmlns:local="clr-namespace:UiKnob2.Core" | |
| d:DesignHeight="100" | |
| d:DesignWidth="100" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.