nojiko icon indicating copy to clipboard operation
nojiko copied to clipboard

Nojiko 是一个使用 SCSS 编写的基础样式库

Results 11 nojiko issues
Sort by recently updated
recently updated
newest added

enhancement
module/helpers

相关资料: - https://github.com/sgomes/css-aspect-ratio - http://cssmojo.com/aspect-ratio-using-custom-properties-and-calc/ - https://www.w3cplus.com/css/aspect-ratio.html

enhancement
module/helpers

```scss /// 构建一个 HSV 数据集合 /// /// @param {number/deg} $h - 色相,值须在 [0deg, 360deg] 区间内,否则将以 360deg 取模; /// @param {number/%} $s - 对比度,值须在 [0%, 100%] 区间内,否则将抛出异常; /// @param {number/%} $v...

enhancement
module/helpers
module/color