前端生成无效的CSS

时间:2017-07-27 16:42:02

标签: jekyll

更新:与项目维护人员进行对话并进行了一些更改后,导入再次正常工作(见下文),但我在头部的样式表路径不正确。如果我的主文件为screen.css或类似,那么在我的<head>元素中引用它的建议方法是什么?

我的资产_config.yml

assets:
  compress:
    css: false
    js: false

    autowrite: true
    cache: .asset-cache
    cache_type: filesystem
    skip_baseurl_with_cdn: false
    skip_prefix_with_cdn: false
    prefix: "/assets"
    digest: true

  sources:
  - assets/css

  features:
    liquid: false
    integrity: false
    automatic_img_size: true
    automatic_img_alt : true

`

这是我的screen样式表:

@import "variables";
@import "grid";

body {
  line-height: 1.6;
  font-size: 18px;
}

h1, h2, h3 {
  line-height: 1.2;
}

.social ul {
  list-style-type: none;
  text-align: center;
}

.social ul li {
  display: inline;
}

.social ul li a {
  text-decoration: none;
}

.rights {
  text-align: center;
}

0 个答案:

没有答案