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
// | |
// Rounds a number to specified digits. | |
// MIT License @ Adorade | |
// https://gist.github.com/adorade/80f52f21916a26af39fc4061f06ffc26 | |
// ============================================================================= | |
@use "sass:math"; | |
/// Rounds a `$number` to specified digits. | |
/// |
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
### Laragon Portable Packages Configuration File Kit | |
# This is a template Config file for a fully portable option for Laragon. | |
# The links are included in each section. | |
# | |
# Copy it into your Laragon Root folder and replace the initially installed file | |
# called "packages.conf" in the folder: `%LARAGON_ROOT%\usr\<packages.conf>`. | |
# | |
# You can add all the packages you feel you might need by using this template as an example. | |
# Add package `Menu > Tools > Quick add > <packages>` | |
# Last update: 12 July 2025 |