File: main_css_file.scss

package info (click to toggle)
ruby-jekyll-sass-converter 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 32
  • sloc: ruby: 379; makefile: 4; sh: 2
file content (11 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
# this ensures Jekyll reads the file to be transformed into CSS later
# only Main files contain this front matter, not partials.
---

@import "typography";

.content {
  width: 80%;
  margin: 0 auto;
}