scss _variable.scss

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss _variable.scss相关的知识,希望对你有一定的参考价值。

// ======================================
// media query
// ======================================

$wrapper_width: 900px;
$pc_min_width: 768px;
$sp_s_width: 375px;

// ======================================
// color
// ======================================

// main color
$main-color: #ff0000 !default;
// accent
$accent-color: #ff4200 !default;
// background
$bg-color: #efefef !default;
// font
$font-color-main: #000 !default;
$font-color-sub: #181818 !default;
$font-color-desc: #333 !default;
// links
$link-color: #678cf5 !default;
$link-color-hover: $link-color !default;
$link-color-visited: #c167f5 !default;
$link-color-active: null !default;
// border
$border-color: #666 !default;

// ======================================
// z-index
// ======================================

$z:
wrapper,
footer,
header,
gnav,
modal,
loading;
/*
  usage
  z-index: index($z, header);
*/

// ======================================
// font
// ======================================

$sans-serif: YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
$serif: YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;

$base-font-size--pc: 16px;
$base-font-size--sp: 16px;

$base-line-height--pc: 21px;
$base-line-height--sp: 21px;

以上是关于scss _variable.scss的主要内容,如果未能解决你的问题,请参考以下文章

Ionic 2 动画(使用 Angular2)=> 来自 variable.scss 的颜色,“无法在“元素”上执行“动画”:不支持部分关键帧

Sass Loader报错:ValidationError: Invalid options object. Sass Loader has been initialised using an opt

我应该如何在stylesheet_link_tag之前加载application.scss? - Rails5中的最佳实践是什么?

vue配置sass全局样式

vue配置sass全局样式

更改 toast 消息 Ionic 4 的背景颜色